public interface PaginationMap
| Modifier and Type | Method and Description |
|---|---|
String |
getMarker(Integer page)
Gets the marker text (ie, the name of the last record of the previous page) for navigating
to another page.
|
int |
getNumberOfPages()
Returns the number of pages
|
int |
getNumberOfRecords()
Returns the number of records
|
int |
getPageSize()
Returns the page size
|
String |
getPrefix()
Returns the prefix which is used to search the records
|
String getMarker(Integer page)
page - the page to get the appropriate marker forint getNumberOfPages()
int getPageSize()
int getNumberOfRecords()
String getPrefix()
Copyright © 2012-2016 42 BV. All Rights Reserved.