| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
ComboBox.NewItemProvider<T> |
ComboBox.getNewItemProvider()
Returns the provider function that is called when the user enters a new
item (not present in the data provider).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComboBox.setNewItemProvider(ComboBox.NewItemProvider<T> newItemProvider)
Sets the provider function that is called when user types a new item.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.