Uses of Interface
com.vaadin.flow.data.provider.DataView
-
Packages that use DataView Package Description com.vaadin.flow.data.provider -
-
Uses of DataView in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider with type parameters of type DataView Modifier and Type Interface Description interfaceHasDataView<T,F,V extends DataView<T>>An interface for components that get items from the generic data provider typesDataProviderandInMemoryDataProvider.Subinterfaces of DataView in com.vaadin.flow.data.provider Modifier and Type Interface Description interfaceLazyDataView<T>DataView for lazy loaded data.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 DataView Modifier and Type Class Description classAbstractDataView<T>Abstract data view implementation which handles parts that apply for any type of data.classAbstractLazyDataView<T>Abstract lazy data view implementation which handles the interaction with a data communicator.classAbstractListDataView<T>Abstract list data view implementation which provides common methods for fetching, filtering and sorting in-memory data to allListDataViewsubclasses.
-