Class ChipField.ChipEvent<T>

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<ChipField<T>>
com.flowingcode.vaadin.addons.chipfield.ChipField.ChipEvent<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChipField.ChipClickedEvent, ChipField.ChipCreatedEvent, ChipField.ChipRemovedEvent
Enclosing class:
ChipField<T>

public abstract static class ChipField.ChipEvent<T> extends ComponentEvent<ChipField<T>>
See Also:
  • Constructor Details

    • ChipEvent

      public ChipEvent(ChipField<T> source, boolean fromClient, String chipLabel)
  • Method Details

    • getChipLabel

      public String getChipLabel()
    • getItem

      public T getItem()