|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Pagination<E>
| Method Summary | |
|---|---|
void |
firstPage()Action method bound to the "First" link. |
java.util.Collection<E> |
getCollection()Returns a list of object that fit the given paging range. |
int |
getFetchSize()Return the fetch size per page |
int |
getFetchStart()Return fetch start |
long |
getRecordCount()Return the total row count for a query. |
java.util.Collection |
gotoPage(int pageIndex)Return the page collection at pageIndex |
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 |
setCollection(java.util.Collection<E> data)Set collection model |
void |
setFetchSize(int pageSize)Set fetch size |
void |
setFetchStart(int fetchStart)Set fetch start |
void |
setRecordCount(long recordCount)Set the record count |
| Method Detail |
|---|
void setCollection(java.util.Collection<E> data)
java.util.Collection<E> getCollection()
void setRecordCount(long recordCount)
long getRecordCount()
void setFetchSize(int pageSize)
int getFetchSize()
void setFetchStart(int fetchStart)
int getFetchStart()
java.util.Collection gotoPage(int pageIndex)
void firstPage()
void nextPage()
void lastPage()
void previousPage()
boolean hasNextPage()
boolean hasPreviousPage()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||