Abstract Pagination Builder
abstract class AbstractPaginationBuilder<T : AbstractPaginationBuilder<T, R>, R : AbstractPagination<R>>(source)
Most basic pagination builder.
Parameters
T
Type of the pagination builder
R
Type of the built pagination
Inheritors
Functions
Link copied to clipboard
Sets whether the components of the pagination should be invalidated after a refresh, enabling you to save memory when a new page is requested.
Link copied to clipboard
Sets the interaction constraints for this pagination object
Link copied to clipboard
Sets the timeout for this pagination instance.