Uses of Interface
com.vaadin.ui.ComboBox.CaptionFilter
-
Packages that use ComboBox.CaptionFilter Package Description com.vaadin.ui -
-
Uses of ComboBox.CaptionFilter in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type ComboBox.CaptionFilter Modifier and Type Method Description voidComboBox. 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.voidComboBox. 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.voidComboBox. 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.
-