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

Class GridLazyDataView<T>

  • Type Parameters:

    T - the type of the items in grid

    All Implemented Interfaces:

    DataView<T>, LazyDataView<T>, Serializable

    public class GridLazyDataView<T>
    extends AbstractLazyDataView<T>

    Data view implementation for Grid with lazy data fetching. Provides information on the data and allows operations on it.

    See Also:

    Serialized Form