Property Getters/Setters Summary | ||
---|---|---|
method | hasMorePages() | |
method | setHasMorePages(value) | |
Gets or sets a value indicating whether having more pages to be output. The default value is true. | ||
method | getPageCount() | |
Total page count. | ||
method | getPageIndex() | |
Current page index, zero based. |
Property Getters/Setters Detail |
---|
hasMorePages/setHasMorePages : boolean | |
boolean hasMorePages() / setHasMorePages(value) |
getPageIndex : int | |
int getPageIndex() |
getPageCount : int | |
int getPageCount() |