|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface defining the management of the table's paging state.
| Method Summary | |
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. |
| Method Detail |
public int getPageSize()
public void setPageSize(int nPageSize)
nPageSize - the new page sizepublic int getCurrentPage()
public void setCurrentPage(int nPage)
nPage - the new active page
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||