Uses of Interface
com.vaadin.flow.data.provider.DataView
Packages that use DataView
Package
Description
-
Uses of DataView in com.vaadin.flow.component.checkbox.dataview
Classes in com.vaadin.flow.component.checkbox.dataview that implement DataViewModifier and TypeClassDescriptionclassImplementation of generic data view for checkbox group.classData view implementation for Checkbox Group with in-memory list data. -
Uses of DataView in com.vaadin.flow.component.combobox.dataview
Classes in com.vaadin.flow.component.combobox.dataview that implement DataViewModifier and TypeClassDescriptionclassImplementation of generic data view for ComboBox.classData view implementation for ComboBox with lazy data fetching.classData view implementation for ComboBox with in-memory list data. -
Uses of DataView in com.vaadin.flow.component.grid.dataview
Classes in com.vaadin.flow.component.grid.dataview that implement DataViewModifier and TypeClassDescriptionclassGridDataView<T>Implementation of generic data view for grid.classData view implementation for Grid with lazy data fetching.classData view implementation for Grid with in-memory list data. -
Uses of DataView in com.vaadin.flow.component.listbox.dataview
Classes in com.vaadin.flow.component.listbox.dataview that implement DataViewModifier and TypeClassDescriptionclassImplementation of generic data view for ListBox.classData view implementation for ListBox with in-memory list data. -
Uses of DataView in com.vaadin.flow.component.radiobutton.dataview
Classes in com.vaadin.flow.component.radiobutton.dataview that implement DataViewModifier and TypeClassDescriptionclassImplementation of generic data view for RadioButtonGroup.classData view implementation for RadioButtonGroup with in-memory list data. -
Uses of DataView in com.vaadin.flow.component.select.data
Classes in com.vaadin.flow.component.select.data that implement 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.