Class BaseActionEventCopyClipboard

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.eclnt.jsfserver.elements.BaseActionEvent
org.eclnt.jsfserver.elements.events.BaseActionEventCopyClipboard
All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventCopyClipboard extends BaseActionEvent
Event information that is associated with component BUTTONCOPYCLIPBOARD.
See Also:
  • Constructor Details

    • BaseActionEventCopyClipboard

      public BaseActionEventCopyClipboard(javax.faces.component.UIComponent component, String type)
  • Method Details

    • getClipboardContentType

      public String getClipboardContentType()
      Type of clipboard content.
    • getClipboardContentAsString

      public String getClipboardContentAsString()
    • getClipboardContentAsDecodedByteArray

      public byte[] getClipboardContentAsDecodedByteArray()
      If the cliboard contains an image then the image is internally represented as hexadecimal string. This method will decode the string into the original byte array.