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