We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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) 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 supportedTreeGrid.setItems
(BackEndDataProvider<T, Void> dataProvider) Deprecated.
TreeGrid.setItems
(CallbackDataProvider.FetchCallback<T, Void> fetchCallback)