Package io.jmix.ui.component
Class TagField.TagClickEvent<V>
java.lang.Object
java.util.EventObject
io.jmix.ui.component.TagField.TagClickEvent<V>
- Type Parameters:
V
- type of value
- All Implemented Interfaces:
Serializable
Describes tag click event. The event is fired when user clicks on tag content.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
item
-
-
Constructor Details
-
TagClickEvent
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getItem
- Returns:
- clicked item
-