AbstractPaginatorBuilder

Most basic paginator builder.

Parameters

T

Type of the pagination builder

R

Type of the built pagination

Inheritors

Constructors

Link copied to clipboard
constructor(context: BContext)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
fun setDeleteContent(deleteContent: ButtonContent): T

Sets the content for the button which deletes this paginator

Link copied to clipboard
fun setFirstContent(firstContent: ButtonContent): T

Sets the content for the button which goes to the first page

Link copied to clipboard
fun setLastContent(lastContent: ButtonContent): T

Sets the content for the button which goes to the last page

Link copied to clipboard
fun setNextContent(nextContent: ButtonContent): T

Sets the content for the button which goes to the next page

Link copied to clipboard
fun setPreviousContent(previousContent: ButtonContent): T

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
fun useDeleteButton(hasDeleteButton: Boolean): T

Specifies whether this paginator should have a delete button.