Uses of Class
com.vaadin.data.provider.ListDataProvider
-
Packages that use ListDataProvider Package Description com.vaadin.data.provider com.vaadin.ui -
-
Uses of ListDataProvider in com.vaadin.data.provider
Methods in com.vaadin.data.provider that return ListDataProvider Modifier and Type Method Description static <T> ListDataProvider<T>DataProvider. fromStream(Stream<T> items)Creates a new data provider from the given stream.static <T> ListDataProvider<T>DataProvider. ofCollection(Collection<T> items)Creates a new data provider backed by a collection.static <T> ListDataProvider<T>DataProvider. ofItems(T... items)Creates a new data provider from the given items. -
Uses of ListDataProvider in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type ListDataProvider Modifier and Type Method Description voidComboBox. setDataProvider(ListDataProvider<T> listDataProvider)Sets a list data provider as the data provider of this combo box.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.
-