Uses of Interface
com.vaadin.flow.component.grid.Grid.SpringData.CountCallback
Packages that use Grid.SpringData.CountCallback
-
Uses of Grid.SpringData.CountCallback in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type Grid.SpringData.CountCallbackModifier and TypeMethodDescriptionGrid.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.