Uses of Interface
com.vaadin.flow.data.provider.ListDataView
-
-
Uses of ListDataView in com.vaadin.flow.component.checkbox.dataview
Classes in com.vaadin.flow.component.checkbox.dataview that implement ListDataView Modifier and Type Class Description classCheckboxGroupListDataView<T>Data view implementation for Checkbox Group with in-memory list data. -
Uses of ListDataView in com.vaadin.flow.component.combobox.dataview
Classes in com.vaadin.flow.component.combobox.dataview that implement ListDataView Modifier and Type Class Description classComboBoxListDataView<T>Data view implementation for ComboBox with in-memory list data. -
Uses of ListDataView in com.vaadin.flow.component.grid.dataview
Classes in com.vaadin.flow.component.grid.dataview that implement ListDataView Modifier and Type Class Description classGridListDataView<T>Data view implementation for Grid with in-memory list data. -
Uses of ListDataView in com.vaadin.flow.component.listbox.dataview
Classes in com.vaadin.flow.component.listbox.dataview that implement ListDataView Modifier and Type Class Description classListBoxListDataView<T>Data view implementation for ListBox with in-memory list data. -
Uses of ListDataView in com.vaadin.flow.component.radiobutton.dataview
Classes in com.vaadin.flow.component.radiobutton.dataview that implement ListDataView Modifier and Type Class Description classRadioButtonGroupListDataView<T>Data view implementation for RadioButtonGroup with in-memory list data. -
Uses of ListDataView in com.vaadin.flow.component.select.data
Classes in com.vaadin.flow.component.select.data that implement ListDataView Modifier and Type Class Description classSelectListDataView<T>Data view implementation forSelectwith in-memory list data. -
Uses of ListDataView in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider with type parameters of type ListDataView Modifier and Type Interface Description interfaceHasListDataView<T,V extends ListDataView<T,?>>An interface for components that accept setting items in-memory and returns aListDataViewthat provides information and allows operations on the items.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 ListDataView Modifier and Type Class Description classAbstractListDataView<T>Abstract list data view implementation which provides common methods for fetching, filtering and sorting in-memory data to allListDataViewsubclasses.
-