com.vaadin.flow.component.combobox.
Package com.vaadin.flow.component.combobox
-
Interface Summary Interface Description ComboBox.FetchItemsCallback<T> A callback method for fetching items.
ComboBox.ItemFilter<T> Predicate to check
ComboBox
items against user typed strings. -
Class Summary Class Description ComboBox<T> Combo Box allows the user to choose a value from a filterable list of options presented in an overlay.
ComboBoxBase<TComponent extends ComboBoxBase<TComponent,TItem,TValue>,TItem,TValue> Provides base functionality for combo box related components, such as
ComboBox
ComboBoxBase.CustomValueSetEvent<TComponent extends ComboBoxBase<TComponent,?,?>> 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
ComboBoxDataCommunicator<TItem> Customized data communicator that uses a custom key mapper for preserving keys of selected items when using lazy-loading.
ComboBoxDataCommunicator.SelectionPreservingKeyMapper<TItem> Customized key mapper that does not remove key for an item as long as it is selected.
GeneratedVaadinComboBox Deprecated. This class is not used in any API, and will be removed in a future major version.GeneratedVaadinComboBox.CustomValueSetEvent<TComponent extends ComboBoxBase<TComponent,?,?>> Deprecated. UseComboBoxBase.CustomValueSetEvent
instead.GeneratedVaadinComboBox.FilterChangeEvent<R extends ComboBoxBase<R,?,?>> Deprecated. This class is not used in any API, and will be removed in a future major version.GeneratedVaadinComboBox.InvalidChangeEvent<R extends ComboBoxBase<R,?,?>> Deprecated. This class is not used in any API, and will be removed in a future major version.GeneratedVaadinComboBox.OpenedChangeEvent<TComponent extends ComboBoxBase<TComponent,?,?>> Deprecated. This class is not used in any API, and will be removed in a future major version.GeneratedVaadinComboBox.SelectedItemChangeEvent<TComponent extends ComboBoxBase<TComponent,?,?>> Deprecated. This class is not used in any API, and will be removed in a future major version.MultiSelectComboBox<TItem> MultiSelectComboBox allows the user to select one or more values from a filterable list of options presented in an overlay.
MultiSelectComboBoxI18n Class for localization of the
MultiSelectComboBox
-
Enum Summary Enum Description ComboBoxVariant Set of theme variants applicable for
vaadin-combo-box
component.MultiSelectComboBoxVariant Set of theme variants applicable for
vaadin-multi-select-combo-box
component.