| Method | Description | Returns | 
|---|---|---|
| getNumber() | Get the number of the page | int | 
| getOffset() | Get the offset at which this page starts | int | 
| getZeroBasedOffset() | Get the zero-based offset at which this page starts | int | 
| isCurrent() | Check if the page is the currently active page | bool | 
| isFirst() | Check if the page is the first page | bool | 
| isLast() | Check if the page is the last page | bool | 
| getUrl() | Get the url for this page | string | 
PaginationPage (Backend)
Page returned by Pagination helper