|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITablePagingState
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 |
---|
int getPageSize()
void setPageSize(int nPageSize)
nPageSize
- the new page sizeint getCurrentPage()
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 |