getPaginationNext() method

String showing: Menu index and description, for paging the menu, or pagination to the next page.

Syntax

String getPaginationNext ()

Returns

pagination next characters

Usage

By default, it is set to "<code>\n9: More</code>" because the default pagination index is 9, as returned by the

getPaginationNextIndex()

method.

Implementation state may override it to the preferred language specific content, or override it with settings obtained from the configuration file.

NOTE

:

  • Please ensure that the pagination index string returned by this method is in-synch with the number returned by the getPaginationNextIndex() method.
  • The pagination index can be treated separately from the maximum number of menu item. In other words, the maximum number of menu item can be set to 4, for example, and the pagination index is kept as default (i.e., 9).

pagination next characters