| Package | Description |
|---|---|
| com.vaadin.flow.component.combobox |
| Modifier and Type | Method and Description |
|---|---|
void |
ComboBox.setDataProvider(ComboBox.ItemFilter<T> itemFilter,
ListDataProvider<T> listDataProvider)
Sets a list data provider with an item filter as the data provider of
this combo box.
|
void |
ComboBox.setItems(ComboBox.ItemFilter<T> itemFilter,
Collection<T> items)
Sets the data items of this combo box and a filtering function for
defining which items are displayed when user types into the combo box.
|
void |
ComboBox.setItems(ComboBox.ItemFilter<T> itemFilter,
T... items)
Sets the data items of this combo box and a filtering function for
defining which items are displayed when user types into the combo box.
|
Copyright © 2025. All rights reserved.