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: