Uses of Class
com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
-
Packages that use ComboBoxDataView Package Description com.vaadin.flow.component.combobox -
-
Uses of ComboBoxDataView in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox that return ComboBoxDataView Modifier and Type Method Description ComboBoxDataView<T>ComboBox. getGenericDataView()Gets the generic data view for the ComboBox.ComboBoxDataView<T>ComboBox. setItems(com.vaadin.flow.data.provider.DataProvider<T,String> dataProvider)ComboBoxDataView<T>ComboBox. setItems(com.vaadin.flow.data.provider.InMemoryDataProvider<T> dataProvider)Deprecated.does not work so don't useComboBoxDataView<T>ComboBox. setItems(com.vaadin.flow.data.provider.InMemoryDataProvider<T> inMemoryDataProvider, com.vaadin.flow.function.SerializableFunction<String,com.vaadin.flow.function.SerializablePredicate<T>> 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.
-