Class AbstractComboBox.FilterChangeEvent<R extends AbstractComboBox<R,?>>

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<R>
org.vaadin.addons.componentfactory.AbstractComboBox.FilterChangeEvent<R>
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractComboBox<R extends AbstractComboBox<R,T>,T>

public static class AbstractComboBox.FilterChangeEvent<R extends AbstractComboBox<R,?>> extends com.vaadin.flow.component.ComponentEvent<R>
See Also:
  • Constructor Details

    • FilterChangeEvent

      public FilterChangeEvent(R source, boolean fromClient)
  • Method Details

    • getFilter

      public String getFilter()