Class AbstractListDataView<T>

java.lang.Object
com.vaadin.flow.data.provider.AbstractDataView<T>
com.vaadin.flow.data.provider.AbstractListDataView<T>
Type Parameters:
T - data type
All Implemented Interfaces:
DataView<T>, ListDataView<T,AbstractListDataView<T>>, Serializable
Direct Known Subclasses:
CheckboxGroupListDataView, ComboBoxListDataView, GridListDataView, ListBoxListDataView, RadioButtonGroupListDataView, SelectListDataView

public abstract class AbstractListDataView<T> extends AbstractDataView<T> implements ListDataView<T,AbstractListDataView<T>>
Abstract list data view implementation which provides common methods for fetching, filtering and sorting in-memory data to all ListDataView subclasses.
See Also: