Paginator Builder
Builds a Paginator.
See also
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
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 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
fun setTimeout(timeout: Duration, onTimeout: BlockingPaginationTimeoutConsumer<Paginator>?): PaginatorBuilder
fun setTimeout(timeout: Duration, onTimeout: SuspendingPaginationTimeoutConsumer<Paginator>?): PaginatorBuilder
Sets the timeout for this pagination instance.
Link copied to clipboard
Specifies whether this paginator should have a delete button.