We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 for
Select
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)