Uses of Class
com.vaadin.flow.data.provider.ListDataProvider
Packages that use ListDataProvider
-
Uses of ListDataProvider in com.vaadin.flow.data.provider
Subclasses of ListDataProvider in com.vaadin.flow.data.providerModifier and TypeClassDescriptionstatic final classIn-memory data provider with no items.Methods in com.vaadin.flow.data.provider that return ListDataProviderModifier and TypeMethodDescriptionstatic <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 ListDataProviderModifier and TypeMethodDescriptionHasListDataView.setItems(ListDataProvider<T> dataProvider) Sets a ListDataProvider for the component to use and returns aListDataViewthat provides information and allows operations on the items.