| ComboBox |
Combo Box allows the user to choose a value from a filterable list of options
presented in an overlay.
|
| ComboBox.FetchItemsCallback |
A callback method for fetching items.
|
| ComboBox.ItemFilter |
Predicate to check ComboBox items against user typed strings.
|
| ComboBoxBase |
Provides base functionality for combo box related components, such as
ComboBox
|
| ComboBoxBase.CustomValueSetEvent |
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 |
Customized data communicator that uses a custom key mapper for preserving
keys of selected items when using lazy-loading.
|
| ComboBoxVariant |
Set of theme variants applicable for vaadin-combo-box component.
|
| GeneratedVaadinComboBox.CustomValueSetEvent |
Deprecated.
|
| MultiSelectComboBox |
MultiSelectComboBox allows the user to select one or more values from a
filterable list of options presented in an overlay.
|
| MultiSelectComboBox.AutoExpandMode |
Defines possible behavior of the component when not all selected items
can be displayed as chips within the current field width.
|
| MultiSelectComboBoxI18n |
|
| MultiSelectComboBoxVariant |
Set of theme variants applicable for vaadin-multi-select-combo-box
component.
|