We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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> Server-side component for the
vaadin-combo-box
webcomponent.GeneratedVaadinComboBox<R extends GeneratedVaadinComboBox<R,T>,T> Description copied from corresponding location in WebComponent:
GeneratedVaadinComboBox.CustomValueSetEvent<R extends GeneratedVaadinComboBox<R,?>> GeneratedVaadinComboBox.FilterChangeEvent<R extends GeneratedVaadinComboBox<R,?>> GeneratedVaadinComboBox.InvalidChangeEvent<R extends GeneratedVaadinComboBox<R,?>> GeneratedVaadinComboBox.OpenedChangeEvent<R extends GeneratedVaadinComboBox<R,?>> GeneratedVaadinComboBox.SelectedItemChangeEvent<R extends GeneratedVaadinComboBox<R,?>>