Package | Description |
---|---|
com.vaadin.flow.component.combobox |
Modifier and Type | Method and Description |
---|---|
ComboBoxDataView<T> |
ComboBox.getGenericDataView()
Gets the generic data view for the ComboBox.
|
ComboBoxDataView<T> |
ComboBox.setItems(DataProvider<T,String> dataProvider) |
ComboBoxDataView<T> |
ComboBox.setItems(InMemoryDataProvider<T> dataProvider)
Deprecated.
does not work so don't use
|
ComboBoxDataView<T> |
ComboBox.setItems(InMemoryDataProvider<T> inMemoryDataProvider,
SerializableFunction<String,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.
|
Copyright © 2021. All rights reserved.