Uses of Interface
com.vaadin.flow.data.provider.DataView
Packages that use DataView
-
Uses of DataView in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider with type parameters of type DataViewModifier and TypeInterfaceDescriptioninterfaceHasDataView<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.providerModifier and TypeInterfaceDescriptioninterfaceLazyDataView<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 DataViewModifier and TypeClassDescriptionclassAbstract data view implementation which handles parts that apply for any type of data.classAbstract lazy data view implementation which handles the interaction with a data communicator.classAbstract list data view implementation which provides common methods for fetching, filtering and sorting in-memory data to allListDataViewsubclasses.