|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPageable
Components that implement this interface will be pageable, they should return the pagecount so that an object/component knows how many pages it can use for the setCurrentPage method. The PageableListView is one example that is Pageable. But also a Form could be pageable so that you can scroll to sets of records that you display in that form with any navigator you want.
| Method Summary | |
|---|---|
int |
getCurrentPage()
|
int |
getPageCount()
Gets the total number of pages this pageable object has. |
void |
setCurrentPage(int page)
Sets the a page that should be rendered (page number is zero-based) |
| Method Detail |
|---|
int getCurrentPage()
void setCurrentPage(int page)
page - The page that should be rendered.int getPageCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||