|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.2.0) E17483-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Pagination
| Method Summary | |
|---|---|
void |
firstPage()Action method bound to the "First" link. |
int |
getFetchSize()Return the fetch size per page |
int |
getFetchStart()Return fetch start |
long |
getRowCount()Return the total rows count |
boolean |
hasNextPage()Method queried by the "Next" link to determine its enabled state. |
boolean |
hasPreviousPage()Method queried by the "Previous" link to determine its enabled state. |
void |
lastPage()Action method bound to the "Last" link. |
void |
nextPage()Action method bound to the "Next" link. |
void |
previousPage()Action method bound to the "Previous" link. |
void |
setFetchSize(int pageSize)Set fetch size |
void |
setFetchStart(int fetchStart)Set fetch start |
void |
setPageSize(int pageSize)Set page size - row per page |
void |
setRowCount(long rowCount)Set the rows count |
| Method Detail |
|---|
void setRowCount(long rowCount)
long getRowCount()
void setFetchSize(int pageSize)
void setPageSize(int pageSize)
int getFetchSize()
void setFetchStart(int fetchStart)
int getFetchStart()
void firstPage()
void nextPage()
void lastPage()
void previousPage()
boolean hasNextPage()
boolean hasPreviousPage()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.2.0) E17483-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||