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.setItemsPageable(Grid.SpringData.FetchCallback<org.springframework.data.domain.Pageable, T> fetchCallback) Supply items lazily with a callback from a backend based on a Spring Data Pageable.Grid.setItemsPageable(Grid.SpringData.FetchCallback<org.springframework.data.domain.Pageable, T> fetchCallback, Grid.SpringData.CountCallback<org.springframework.data.domain.Pageable> countCallback) Supply items lazily with callbacks: the first one fetches a list of items from a backend based on a Spring Data Pageable, the second provides the exact count of items in the backend. -
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.