Abstract Custom Pagination Builder
abstract class AbstractCustomPaginationBuilder<T : AbstractPaginationBuilder<T, R>, R : AbstractPagination<R>>(context: BContext) : AbstractPaginationBuilder<T, R> (source)
Most basic paginator 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.