Uses of Interface
com.vaadin.flow.data.provider.ListDataView
-
Packages that use ListDataView Package Description com.vaadin.flow.data.provider -
-
Uses of ListDataView in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider with type parameters of type ListDataView Modifier and Type Interface Description interfaceHasListDataView<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 ListDataView Modifier and Type Class Description classAbstractListDataView<T>Abstract list data view implementation which provides common methods for fetching, filtering and sorting in-memory data to allListDataViewsubclasses.
-