Uses of Interface
com.vaadin.flow.data.provider.DataView
-
Uses of DataView in com.vaadin.flow.component.checkbox.dataview
Classes in com.vaadin.flow.component.checkbox.dataview that implement DataViewModifier and TypeClassDescriptionclass
Implementation of generic data view for checkbox group.
class
Data 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 TypeClassDescriptionclass
Implementation of generic data view for ComboBox.
class
Data view implementation for ComboBox with lazy data fetching.
class
Data 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 TypeClassDescriptionclass
GridDataView<T>
Implementation of generic data view for grid.
class
Data view implementation for Grid with lazy data fetching.
class
Data 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 TypeClassDescriptionclass
Implementation of generic data view for ListBox.
class
Data 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 TypeClassDescriptionclass
Implementation of generic data view for RadioButtonGroup.
class
Data 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 TypeInterfaceDescriptioninterface
HasDataView<T,
F, V extends DataView<T>> An interface for components that get items from the generic data provider types
DataProvider
andInMemoryDataProvider
.Subinterfaces of DataView in com.vaadin.flow.data.providerModifier and TypeInterfaceDescriptioninterface
LazyDataView<T>
DataView for lazy loaded data.
interface
ListDataView<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 TypeClassDescriptionclass
Abstract data view implementation which handles parts that apply for any type of data.
class
Abstract lazy data view implementation which handles the interaction with a data communicator.
class
Abstract list data view implementation which provides common methods for fetching, filtering and sorting in-memory data to all
ListDataView
subclasses.