Uses of Class
com.vaadin.flow.data.provider.AbstractListDataView
Packages that use AbstractListDataView
Package
Description
-
Uses of AbstractListDataView in com.vaadin.flow.component.checkbox.dataview
Subclasses of AbstractListDataView in com.vaadin.flow.component.checkbox.dataviewModifier and TypeClassDescriptionclass
Data view implementation for Checkbox Group with in-memory list data. -
Uses of AbstractListDataView in com.vaadin.flow.component.combobox.dataview
Subclasses of AbstractListDataView in com.vaadin.flow.component.combobox.dataviewModifier and TypeClassDescriptionclass
Data view implementation for ComboBox with in-memory list data. -
Uses of AbstractListDataView in com.vaadin.flow.component.grid.dataview
Subclasses of AbstractListDataView in com.vaadin.flow.component.grid.dataviewModifier and TypeClassDescriptionclass
Data view implementation for Grid with in-memory list data. -
Uses of AbstractListDataView in com.vaadin.flow.component.listbox.dataview
Subclasses of AbstractListDataView in com.vaadin.flow.component.listbox.dataviewModifier and TypeClassDescriptionclass
Data view implementation for ListBox with in-memory list data. -
Uses of AbstractListDataView in com.vaadin.flow.component.radiobutton.dataview
Subclasses of AbstractListDataView in com.vaadin.flow.component.radiobutton.dataviewModifier and TypeClassDescriptionclass
Data view implementation for RadioButtonGroup with in-memory list data. -
Uses of AbstractListDataView in com.vaadin.flow.component.select.data
Subclasses of AbstractListDataView in com.vaadin.flow.component.select.dataModifier and TypeClassDescriptionclass
Data view implementation forSelect
with in-memory list data. -
Uses of AbstractListDataView in com.vaadin.flow.data.provider
Methods in com.vaadin.flow.data.provider that return AbstractListDataViewModifier and TypeMethodDescriptionAbstractListDataView.addFilter
(SerializablePredicate<T> filter) AbstractListDataView.addItemAfter
(T item, T after) AbstractListDataView.addItemBefore
(T item, T before) AbstractListDataView.addItems
(Collection<T> items) AbstractListDataView.addItemsAfter
(Collection<T> items, T after) AbstractListDataView.addItemsBefore
(Collection<T> items, T before) AbstractListDataView.addSortComparator
(SerializableComparator<T> sortComparator) <V1 extends Comparable<? super V1>>
AbstractListDataView<T>AbstractListDataView.addSortOrder
(ValueProvider<T, V1> valueProvider, SortDirection sortDirection) AbstractListDataView.removeFilters()
AbstractListDataView.removeItem
(T item) AbstractListDataView.removeItems
(Collection<T> items) AbstractListDataView.removeSorting()
AbstractListDataView.setFilter
(SerializablePredicate<T> filter) AbstractListDataView.setSortComparator
(SerializableComparator<T> sortComparator) <V1 extends Comparable<? super V1>>
AbstractListDataView<T>AbstractListDataView.setSortOrder
(ValueProvider<T, V1> valueProvider, SortDirection sortDirection)