AbstractPaginationBuilder

Most basic pagination builder.

Parameters

T

Type of the pagination builder

R

Type of the built pagination

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun build(): R

Builds this pagination instance

Link copied to clipboard
fun cleanAfterRefresh(cleanAfterRefresh: Boolean): T

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
fun noTimeout(): T

Disables the timeout for this pagination instance.

Link copied to clipboard

Sets the interaction constraints for this pagination object

Link copied to clipboard

Sets the timeout for this pagination instance.