Abstract Paginator Builder
abstract class AbstractPaginatorBuilder<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
Properties
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 content for the button which deletes this paginator
Link copied to clipboard
Sets the content for the button which goes to the first page
Link copied to clipboard
Sets the content for the button which goes to the last page
Link copied to clipboard
Sets the content for the button which goes to the next page
Link copied to clipboard
Sets the content for the button which goes to the previous page
Link copied to clipboard
Sets the timeout for this pagination instance.
Link copied to clipboard
Specifies whether this paginator should have a delete button.