Class GeneratedVaadinComboBox.FilterChangeEvent<R extends GeneratedVaadinComboBox<R,?>>
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<R>
-
- com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.FilterChangeEvent<R>
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GeneratedVaadinComboBox<R extends GeneratedVaadinComboBox<R,T>,T>
public static class GeneratedVaadinComboBox.FilterChangeEvent<R extends GeneratedVaadinComboBox<R,?>> extends com.vaadin.flow.component.ComponentEvent<R>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description FilterChangeEvent(R source, boolean fromClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilter()-
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Methods inherited from class java.util.EventObject
toString
-
-