@ProviderType
public interface Pagination
Page
Modifier and Type | Method and Description |
---|---|
int |
getEndPosition()
Returns the position of the requested page's last element.
|
int |
getItemsPerPage()
Returns the selected number of items per page.
|
int |
getPageNumber()
Returns the requested page's number.
|
int |
getStartPosition()
Returns the position of the requested page's first element.
|
int getEndPosition()
int getItemsPerPage()
int getPageNumber()
int getStartPosition()