Package org.primefaces.extensions.event
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:
java.io.Serializable
public class ClipboardErrorEvent extends org.primefaces.event.AbstractAjaxBehaviorEventEvent which is triggered by theClipboardcomponent when the copy/cut action has failed.- Since:
- 6.1
- Author:
- Melloware mellowaredev@gmail.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description ClipboardErrorEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, java.lang.String action, java.lang.String trigger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAction()Gets theaction.java.lang.StringgetTrigger()Gets thetrigger.-
Methods inherited from class org.primefaces.event.AbstractAjaxBehaviorEvent
isAppropriateListener, processListener
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-