Class AbstractLookupField.FilterEvent<FILTERTYPE>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<AbstractLookupField>
com.vaadin.componentfactory.lookupfield.AbstractLookupField.FilterEvent<FILTERTYPE>
- All Implemented Interfaces:
Serializable
- Enclosing class:
AbstractLookupField<T,SelectT, ComboboxT extends com.vaadin.flow.component.HasEnabled & com.vaadin.flow.component.HasValidation & com.vaadin.flow.component.HasSize & com.vaadin.flow.component.HasValue<?, SelectT>, ComponentT extends AbstractLookupField<T, SelectT, ComboboxT, ComponentT, FilterType>, FilterType>
@DomEvent("vcf-lookup-field-filter-event")
public static class AbstractLookupField.FilterEvent<FILTERTYPE>
extends com.vaadin.flow.component.ComponentEvent<AbstractLookupField>
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionFilterEvent(AbstractLookupField source, boolean fromClient, FILTERTYPE filterValue) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
FilterEvent
public FilterEvent(AbstractLookupField source, boolean fromClient, @EventData("event.detail.value") FILTERTYPE filterValue)
-
-
Method Details
-
getFilterValue
-