Calculates the current page number, based on the value of 'first.
Calculates the current page number, based on the value of 'first.'
The status displayed when using <nav:records/> in the template.
Overrides the super's implementation so the first record can be overridden by a URL query parameter.
Overrides the super's implementation so the first record can be overridden by a URL query parameter.
The "first page" link text
Sets the default starting record of the page (URL query parameters take precedence over this)
How many items to put on each page
How many items to put on each page
The "last page" link text
The template prefix for general navigation components
The "next page" link text
Calculates the number of pages the items will be spread across
Calculates the number of pages the items will be spread across
The URL query parameter to propagate the record the page should start at
Returns a URL used to link to a page starting at the given record offset.
Returns XML that links to a page starting at the given record offset, if the offset is valid and not the current one.
Returns XML that links to a page starting at the given record offset, if the offset is valid and not the current one.
The link text, if the offset is valid and not the current offset; or, if that is not the case, the static unlinked text to display
Generates links to multiple pages with arbitrary XML delimiting them.
This is the method that binds template XML according according to the specified configuration.
This is the method that binds template XML according according to the specified configuration. You can reference this as a snippet method directly in your template; or you can call it directly as part of your binding code.
The "previous page" link text
How to display the page's starting record
How to display the page's ending record
Returns a list of page numbers to be displayed in 'zoomed' mode, i.
Returns a list of page numbers to be displayed in 'zoomed' mode, i.e., as the page numbers get further from the current page, they are more sparse.
This is the paginator snippet. It provides page navigation and column sorting links. View XHTML is as follows: nav prefix (prefix is configurable by overriding def navPrefix)