Uses of Class
com.vaadin.flow.data.provider.AbstractListDataView
Packages that use AbstractListDataView
-
Uses of AbstractListDataView in com.vaadin.flow.data.provider
Methods in com.vaadin.flow.data.provider that return AbstractListDataViewModifier and TypeMethodDescriptionAbstractListDataView.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(com.vaadin.flow.function.SerializableComparator<T> sortComparator) <V1 extends Comparable<? super V1>>
AbstractListDataView<T> AbstractListDataView.addSortOrder(com.vaadin.flow.function.ValueProvider<T, V1> valueProvider, SortDirection sortDirection) AbstractListDataView.removeFilters()AbstractListDataView.removeItem(T item) AbstractListDataView.removeItems(Collection<T> items) AbstractListDataView.removeSorting()AbstractListDataView.setItems(Collection<T> items) AbstractListDataView.setSortComparator(com.vaadin.flow.function.SerializableComparator<T> sortComparator) <V1 extends Comparable<? super V1>>
AbstractListDataView<T> AbstractListDataView.setSortOrder(com.vaadin.flow.function.ValueProvider<T, V1> valueProvider, SortDirection sortDirection)