Methods
Name |
Type |
Description |
---|---|---|
|
boolean |
|
|
boolean |
|
|
String |
The link to the succeeding page. If there is no succeeding page, this returns a link to the current page. |
|
List< PagerPage> |
A list of the pages that this pager manages. Can be used to display direct links to the pages, for example like this: #foreach ($page in $pager.pages) <a href="$page.link" class="#if($page.current) current #end"> $page.number </a> #end
Returns: A list of pager pages. |
|
String |
The link to the preceding page. If there is no preceding page, this returns a link to the current page. |