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 DataView Modifier and Type Class Description classCheckboxGroupDataView<T>Implementation of generic data view for checkbox group.classCheckboxGroupListDataView<T>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 DataView Modifier and Type Class Description classComboBoxDataView<T>Implementation of generic data view for ComboBox.classComboBoxLazyDataView<T>Data view implementation for ComboBox with lazy data fetching.classComboBoxListDataView<T>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 DataView Modifier and Type Class Description classGridDataView<T>Implementation of generic data view for grid.classGridLazyDataView<T>Data view implementation for Grid with lazy data fetching.classGridListDataView<T>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 DataView Modifier and Type Class Description classListBoxDataView<T>Implementation of generic data view for ListBox.classListBoxListDataView<T>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 DataView Modifier and Type Class Description classRadioButtonGroupDataView<T>Implementation of generic data view for RadioButtonGroup.classRadioButtonGroupListDataView<T>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 Modifier and Type Class Description classSelectDataView<T>Implementation of generic data view forSelect.classSelectListDataView<T>Data view implementation forSelectwith in-memory list data. -
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.
-