Uses of Class
com.vaadin.flow.component.grid.dataview.GridLazyDataView
Packages that use GridLazyDataView
-
Uses of GridLazyDataView in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return GridLazyDataViewModifier and TypeMethodDescriptionGrid.getLazyDataView()
Gets the lazy data view for the grid.Grid.setItems
(BackEndDataProvider<T, Void> dataProvider) -
Uses of GridLazyDataView in com.vaadin.flow.component.treegrid
Methods in com.vaadin.flow.component.treegrid that return GridLazyDataViewModifier and TypeMethodDescriptionTreeGrid.getLazyDataView()
Deprecated.not supportedTreeGrid.setItems
(BackEndDataProvider<T, Void> dataProvider) TreeGrid.setItems
(CallbackDataProvider.FetchCallback<T, Void> fetchCallback)