Package io.jmix.ui.component
Class ClipboardTrigger.CopyEvent
java.lang.Object
java.util.EventObject
io.jmix.ui.component.ClipboardTrigger.CopyEvent
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ClipboardTrigger
Event that is fired when the text content of the input has been copied to the clipboard.
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
CopyEvent
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
isSuccess
public boolean isSuccess()- Returns:
- true if the text content is set to the client-side clipboard
-