Uses of Interface
com.vaadin.flow.data.provider.ListDataView
Packages that use ListDataView
-
Uses of ListDataView in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider with type parameters of type ListDataViewModifier and TypeInterfaceDescriptioninterfaceHasListDataView<T,V extends ListDataView<T, ?>> An interface for components that accept setting items in-memory and returns aListDataViewthat provides information and allows operations on the items.interfaceListDataView<T,V extends ListDataView<T, ?>> DataView for a in-memory list data that provides information on the data and allows operations on it.Classes in com.vaadin.flow.data.provider that implement ListDataViewModifier and TypeClassDescriptionclassAbstract list data view implementation which provides common methods for fetching, filtering and sorting in-memory data to allListDataViewsubclasses.