Uses of Class
com.vaadin.flow.data.provider.AbstractDataView
Packages that use AbstractDataView
Package
Description
-
Uses of AbstractDataView in com.vaadin.flow.component.checkbox.dataview
Subclasses of AbstractDataView in com.vaadin.flow.component.checkbox.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 AbstractDataView in com.vaadin.flow.component.combobox.dataview
Subclasses of AbstractDataView in com.vaadin.flow.component.combobox.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 AbstractDataView in com.vaadin.flow.component.grid.dataview
Subclasses of AbstractDataView in com.vaadin.flow.component.grid.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 AbstractDataView in com.vaadin.flow.component.listbox.dataview
Subclasses of AbstractDataView in com.vaadin.flow.component.listbox.dataviewModifier and TypeClassDescriptionclass
Implementation of generic data view for ListBox.class
Data view implementation for ListBox with in-memory list data. -
Uses of AbstractDataView in com.vaadin.flow.component.radiobutton.dataview
Subclasses of AbstractDataView in com.vaadin.flow.component.radiobutton.dataviewModifier and TypeClassDescriptionclass
Implementation of generic data view for RadioButtonGroup.class
Data view implementation for RadioButtonGroup with in-memory list data. -
Uses of AbstractDataView in com.vaadin.flow.component.select.data
Subclasses of AbstractDataView in com.vaadin.flow.component.select.data -
Uses of AbstractDataView in com.vaadin.flow.data.provider
Subclasses of AbstractDataView in com.vaadin.flow.data.providerModifier and TypeClassDescriptionclass
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 allListDataView
subclasses.