-
-
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
Combo box used as the field.
-
filter
LookupFieldFilter<FilterType> filter
Custom filter component, or null when the default filter is used.
-
filterConverter
com.vaadin.flow.function.SerializableFunction<String,FilterType> filterConverter
Converts the combo box filter string into the data provider filter type.
-
filterRegistration
com.vaadin.flow.shared.Registration filterRegistration
Registration of the listener that filters the grid from the custom filter.
-
grid
com.vaadin.flow.component.grid.Grid<T> grid
Grid shown in the advanced search dialog.
-
gridDataProvider
com.vaadin.flow.data.provider.ConfigurableFilterDataProvider<T,Void,FilterType> gridDataProvider
Configurable filter data provider backing the grid.
-
i18n
AbstractLookupField.LookupFieldI18n i18n
Internationalization properties of this component.
-
invertedFilterConverter
com.vaadin.flow.function.SerializableFunction<FilterType,String> invertedFilterConverter
Converts the data provider filter type back into a combo box filter string.
-
notificationWhenEmptySelection
Runnable notificationWhenEmptySelection
Action run when the selection is empty and the select button is clicked.
-
-
-
-
Serialized Fields
-
cancel
String cancel
Text of the cancel button.
-
create
String create
Text of the create button.
-
emptyselection
String emptyselection
Message shown when the selection is empty.
-
headerpostfix
String headerpostfix
Text shown after the dialog header.
-
headerprefix
String headerprefix
Text shown before the dialog header.
-
search
String search
Text of the search field.
-
searcharialabel
String searcharialabel
Aria label of the search field.
-
select
String select
Text of the select button.
-
selectedText
String selectedText
Text showing the number of selected items.
-
-
-
Serialized Fields
-
selected
com.vaadin.flow.component.html.Div selected
Container showing the number of selected items.
-
selectedListener
com.vaadin.flow.shared.Registration selectedListener
Registration of the grid selection listener that updates the selected count.
-
-