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.
Uses of Class
com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
Packages that use ComboBoxDataView
-
Uses of ComboBoxDataView in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox that return ComboBoxDataViewModifier and TypeMethodDescriptionComboBoxBase.getGenericDataView()
Gets the generic data view for the ComboBox.
ComboBoxBase.setItems
(DataProvider<TItem, String> dataProvider) ComboBoxBase.setItems
(InMemoryDataProvider<TItem> dataProvider) Deprecated.
does not work so don't useComboBoxBase.setItems
(InMemoryDataProvider<TItem> inMemoryDataProvider, SerializableFunction<String, SerializablePredicate<TItem>> filterConverter) Sets an in-memory data provider for the combo box to use, taking into account both in-memory filtering from data provider and combo box's text filter.