com.vaadin.flow.component.combobox.
Package com.vaadin.flow.component.combobox
-
ClassDescriptionComboBox<T>
Combo Box allows the user to choose a value from a filterable list of options presented in an overlay.
The internationalization properties for
ComboBox
.A callback method for fetching items.
Predicate to check
ComboBox
items against user typed strings.Provides base functionality for combo box related components, such as
ComboBox
Event that is dispatched from a combo box component, if the component allows setting custom values, and the user has entered a non-empty value that does not match any of the existing items
ComboBoxBase.SpringData.CountCallback<PAGEABLE>Callback interface for counting the number of items in a backend based on a Spring Data Pageable and a filter string.
ComboBoxBase.SpringData.FetchCallback<PAGEABLE,T> Callback interface for fetching a list of items from a backend based on a Spring Data Pageable and a filter string.
The internationalization properties for
ComboBoxBase
.ComboBoxDataCommunicator<TItem>Customized data communicator that uses a custom key mapper for preserving keys of selected items when using lazy-loading.
Customized key mapper that does not remove key for an item as long as it is selected.
Set of theme variants applicable for
vaadin-combo-box
component.MultiSelectComboBox<TItem>MultiSelectComboBox allows the user to select one or more values from a filterable list of options presented in an overlay.
Defines possible behavior of the component when not all selected items can be displayed as chips within the current field width.
Class for localization of the
MultiSelectComboBox
Set of theme variants applicable for
vaadin-multi-select-combo-box
component.