Serialized Form
-
Package com.vaadin.componentfactory.lookupfield
-
Class com.vaadin.componentfactory.lookupfield.AbstractLookupField
class AbstractLookupField extends com.vaadin.flow.component.html.Div implements Serializable-
Serialized Fields
-
comboBox
ComboboxT extends com.vaadin.flow.component.HasEnabled & com.vaadin.flow.component.HasValidation & com.vaadin.flow.component.HasSize & com.vaadin.flow.component.HasValue<?,
SelectT> comboBox -
filter
LookupFieldFilter<FilterType> filter
-
filterConverter
com.vaadin.flow.function.SerializableFunction<String,
FilterType> filterConverter -
filterRegistration
com.vaadin.flow.shared.Registration filterRegistration
-
grid
com.vaadin.flow.component.grid.Grid<T> grid
-
gridDataProvider
com.vaadin.flow.data.provider.ConfigurableFilterDataProvider<T,
Void, FilterType> gridDataProvider -
i18n
AbstractLookupField.LookupFieldI18n i18n
-
invertedFilterConverter
com.vaadin.flow.function.SerializableFunction<FilterType,
String> invertedFilterConverter -
notificationWhenEmptySelection
Runnable notificationWhenEmptySelection
-
-
-
Class com.vaadin.componentfactory.lookupfield.AbstractLookupField.CreateItemEvent
class CreateItemEvent extends com.vaadin.flow.component.ComponentEvent<AbstractLookupField> implements Serializable -
Class com.vaadin.componentfactory.lookupfield.AbstractLookupField.FilterEvent
class FilterEvent extends com.vaadin.flow.component.ComponentEvent<AbstractLookupField> implements Serializable-
Serialized Fields
-
filterValue
FILTERTYPE filterValue
-
-
-
Class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
class LookupFieldI18n extends Object implements Serializable -
Class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
class CustomFilterLookupField extends AbstractLookupField<T,T, com.vaadin.flow.component.combobox.ComboBox<T>, CustomFilterLookupField<T, FilterType>, FilterType> implements Serializable -
Class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
class CustomFilterMultiSelectLookupField extends AbstractLookupField<T,Set<T>, com.vaadin.flow.component.combobox.MultiSelectComboBox<T>, CustomFilterMultiSelectLookupField<T, FilterType>, FilterType> implements Serializable -
Serialized Fields
-
selected
com.vaadin.flow.component.html.Div selected
-
selectedListener
com.vaadin.flow.shared.Registration selectedListener
-
-
-
Class com.vaadin.componentfactory.lookupfield.LookupField
-
Class com.vaadin.componentfactory.lookupfield.MultiSelectLookupField
class MultiSelectLookupField extends CustomFilterMultiSelectLookupField<T,String> implements Serializable
-