Uses of Class
com.vaadin.flow.data.provider.ListDataProvider
-
Packages that use ListDataProvider Package Description com.vaadin.flow.data.provider -
-
Uses of ListDataProvider in com.vaadin.flow.data.provider
Subclasses of ListDataProvider in com.vaadin.flow.data.provider Modifier and Type Class Description static classDataCommunicator.EmptyDataProvider<T1>In-memory data provider with no items.Methods in com.vaadin.flow.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.protected ListDataProvider<T>AbstractListDataView. getDataProvider()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.Methods in com.vaadin.flow.data.provider with parameters of type ListDataProvider Modifier and Type Method Description VHasListDataView. setItems(ListDataProvider<T> dataProvider)Sets a ListDataProvider for the component to use and returns aListDataViewthat provides information and allows operations on the items.
-