Class ChipField.ChipClickedEvent<T>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<ChipField<T>>
com.flowingcode.vaadin.addons.chipfield.ChipField.ChipEvent<T>
com.flowingcode.vaadin.addons.chipfield.ChipField.ChipClickedEvent<T>
- All Implemented Interfaces:
Serializable
@DomEvent("chip-clicked")
public static class ChipField.ChipClickedEvent<T>
extends ChipField.ChipEvent<T>
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.flowingcode.vaadin.addons.chipfield.ChipField.ChipEvent
getChipLabel, getItemMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ChipClickedEvent
public ChipClickedEvent(ChipField<T> source, boolean fromClient, @EventData("event.detail.chipLabel") String chipLabel)
-