Class PaginationDataLoaderImpl

java.lang.Object
io.jmix.flowui.data.pagination.PaginationDataLoaderImpl
All Implemented Interfaces:
PaginationDataLoader

@Component("flowui_PaginationDataLoaderImpl") @Scope("prototype") public class PaginationDataLoaderImpl extends Object implements PaginationDataLoader
Implementation of the PaginationDataLoader interface. Provides functionality for managing pagination when loading entity data, including setting and retrieving the starting position, maximum number of results, and total count of data items. Also handles refreshing the data and responding to collection change events.