You're viewing an older version of Vaadin JavaDoc. Please see version 24.8.0 for the latest.
com.vaadin.flow.component.grid.dataview.

Class GridListDataView<T>

Type Parameters:

T - data type

All Implemented Interfaces:

DataView<T>, ListDataView<T,AbstractListDataView<T>>, Serializable

public class GridListDataView<T> extends AbstractListDataView<T>

Data view implementation for Grid with in-memory list data. Provides information on the data and allows operations on it.

Since:

See Also: