ButtonMenuBuilder

Builds a ButtonMenu.

Parameters

E

Type of the entries

See also

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val entries: List<E>
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
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun build(): ButtonMenu<E>

Builds this pagination instance

Link copied to clipboard
fun cleanAfterRefresh(cleanAfterRefresh: Boolean): ButtonMenuBuilder<E>

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
fun setMaxEntriesPerPage(maxEntriesPerPage: Int): ButtonMenuBuilder<E>

Sets the maximum number of entries per page.

Link copied to clipboard

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

Link copied to clipboard

Sets an optional the PageEditor for this menu.

Link copied to clipboard

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

Link copied to clipboard

Sets whether selecting an entry invalidates this menu.

Link copied to clipboard

Sets the row prefix supplier for this menu.

Link copied to clipboard

Sets the timeout for this pagination instance.

Link copied to clipboard

Sets the entry transformer for this menu

Link copied to clipboard
fun useDeleteButton(hasDeleteButton: Boolean): ButtonMenuBuilder<E>

Specifies whether this paginator should have a delete button.