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 GridLazyDataView -
Uses of GridLazyDataView in com.vaadin.flow.component.treegrid
Methods in com.vaadin.flow.component.treegrid that return GridLazyDataViewModifier and TypeMethodDescriptionTreeGrid.getLazyDataView()Deprecated.not supportedDeprecated.useTreeGrid.setDataProvider(HierarchicalDataProvider),HasHierarchicalDataProvider.setItems(Collection, ValueProvider),HasHierarchicalDataProvider.setItems(Stream, ValueProvider)orHasHierarchicalDataProvider.setTreeData(TreeData)instead.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.