setPageChangeButtons

Sets the buttons used to navigate between pages in the paginated GUI. The provided buttons will be assigned click actions to move to the previous or next page.

Return

The current instance of PaginatedDynamicGUI for method chaining.

Parameters

prev

The button used to navigate to the previous page.

next

The button used to navigate to the next page.