Uses of Interface
com.vaadin.flow.data.provider.ListDataView
Packages that use ListDataView
Package
Description
-
Uses of ListDataView in com.vaadin.flow.component.checkbox.dataview
Classes in com.vaadin.flow.component.checkbox.dataview that implement ListDataViewModifier and TypeClassDescriptionclass
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 ListDataViewModifier and TypeClassDescriptionclass
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 ListDataViewModifier and TypeClassDescriptionclass
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 ListDataViewModifier and TypeClassDescriptionclass
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 ListDataViewModifier and TypeClassDescriptionclass
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 ListDataViewModifier and TypeClassDescriptionclass
Data view implementation forSelect
with 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 ListDataViewModifier and TypeInterfaceDescriptioninterface
HasListDataView<T,
V extends ListDataView<T, ?>> An interface for components that accept setting items in-memory and returns aListDataView
that provides information and allows operations on the items.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 ListDataViewModifier and TypeClassDescriptionclass
Abstract list data view implementation which provides common methods for fetching, filtering and sorting in-memory data to allListDataView
subclasses.