public interface ITablePagingState
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPage()
Gets the currently selected page.
|
int |
getPageSize()
Method getPageSize provides the size of a page in a number of records.
|
void |
setCurrentPage(int nPage)
Sets the newly selected page.
|
void |
setPageSize(int nPageSize)
Method setPageSize updates the size of a page in a number of records.
|
int getPageSize()
void setPageSize(int nPageSize)
nPageSize
- the new page sizeint getCurrentPage()
void setCurrentPage(int nPage)
nPage
- the new active page