Uses of Interface
com.vaadin.ui.ComboBox.NewItemProvider
-
Packages that use ComboBox.NewItemProvider Package Description com.vaadin.ui -
-
Uses of ComboBox.NewItemProvider in com.vaadin.ui
Methods in com.vaadin.ui that return ComboBox.NewItemProvider Modifier and Type Method 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).Methods in com.vaadin.ui with parameters of type ComboBox.NewItemProvider Modifier and Type Method Description void
ComboBox. setNewItemProvider(ComboBox.NewItemProvider<T> newItemProvider)
Sets the provider function that is called when user types a new item.
-