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(com.vaadin.flow.data.provider.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(com.vaadin.flow.data.provider.BackEndDataProvider<T,Void> dataProvider)Deprecated.useTreeGrid.setDataProvider(HierarchicalDataProvider),HasHierarchicalDataProvider.setItems(Collection, ValueProvider),HasHierarchicalDataProvider.setItems(Stream, ValueProvider)orHasHierarchicalDataProvider.setTreeData(TreeData)instead.GridLazyDataView<T>TreeGrid. setItems(com.vaadin.flow.data.provider.CallbackDataProvider.FetchCallback<T,Void> fetchCallback)Deprecated.useTreeGrid.setDataProvider(HierarchicalDataProvider),HasHierarchicalDataProvider.setItems(Collection, ValueProvider),HasHierarchicalDataProvider.setItems(Stream, ValueProvider)orHasHierarchicalDataProvider.setTreeData(TreeData)instead.
-