Package io.jmix.ui.component
Class TagPicker.TagClickEvent<V>
java.lang.Object
java.util.EventObject
io.jmix.ui.component.TagPicker.TagClickEvent<V>
- Type Parameters:
V
- value type
- 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
-