Class ClipboardErrorEvent

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.BehaviorEvent
javax.faces.event.AjaxBehaviorEvent
org.primefaces.event.AbstractAjaxBehaviorEvent
org.primefaces.extensions.event.ClipboardErrorEvent
All Implemented Interfaces:
Serializable

public class ClipboardErrorEvent extends org.primefaces.event.AbstractAjaxBehaviorEvent
Event which is triggered by the Clipboard component when the copy/cut action has failed.
Since:
6.1
Author:
Melloware mellowaredev@gmail.com
See Also:
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class java.util.EventObject Link icon

    source
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    ClipboardErrorEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, String action, String trigger)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    final String
    Gets the action.
    final String
    Gets the trigger.

    Methods inherited from class org.primefaces.event.AbstractAjaxBehaviorEvent Link icon

    isAppropriateListener, processListener

    Methods inherited from class javax.faces.event.BehaviorEvent Link icon

    getBehavior

    Methods inherited from class javax.faces.event.FacesEvent Link icon

    getComponent, getFacesContext, getPhaseId, queue, setPhaseId

    Methods inherited from class java.util.EventObject Link icon

    getSource, toString

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details Link icon

  • Constructor Details Link icon

    • ClipboardErrorEvent Link icon

      public ClipboardErrorEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, String action, String trigger)
  • Method Details Link icon

    • getAction Link icon

      public final String getAction()
      Gets the action.
      Returns:
      Returns the action.
    • getTrigger Link icon

      public final String getTrigger()
      Gets the trigger.
      Returns:
      Returns the trigger.