addMenu

fun addMenu(content: SelectContent, maxPages: Int, pageEditor: PageEditor<R>): T(source)

Adds a menu to this pagination wrapper.

Return

This builder for chaining convenience

Parameters

content

The content of the SelectOption bound to this wrapper

maxPages

How many pages the page editor supports

pageEditor

The supplier returning the paginator which is wrapped by this pagination

See also