public interface PageStatus
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPage()
Returns the current page number.
|
int |
getLastPage()
Returns the current highest page number.
|
int |
getTotalNumberOfLines()
Returns the total number of lines in the data.
|
boolean |
isDirty()
Returns whether the page is 'dirty', meaning that has been returned for
it is currently out of date and the page needs to be refreshed.
|
int getCurrentPage()
Note that the first page is numbered 1.
int getLastPage()
int getTotalNumberOfLines()
boolean isDirty()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.