| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
ComboBox.setDataProvider(ComboBox.CaptionFilter captionFilter,
ListDataProvider<T> listDataProvider)
Sets a list data provider with an item caption filter as the data
provider of this combo box.
|
void |
ComboBox.setItems(ComboBox.CaptionFilter captionFilter,
Collection<T> items)
Sets the data items of this listing and a simple string filter with which
the item string and the text the user has input are compared.
|
void |
ComboBox.setItems(ComboBox.CaptionFilter captionFilter,
T... items)
Sets the data items of this listing and a simple string filter with which
the item string and the text the user has input are compared.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.