|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.bpe.jsf.handler.BPCListHandler.PagingHelper
This class is not for public usage.
Constructor Summary | |
---|---|
BPCListHandler.PagingHelper()
|
Method Summary | |
---|---|
int |
getFirst()
This method is not for public usage. |
int |
getNumberPages()
This method is not for public usage. |
int |
getPageNumber()
This method is not for public usage. |
int |
getRows()
This method is not for public usage. |
int |
getTotalNumberItems()
This method is not for public usage. |
boolean |
isNextPossible()
This method is not for public usage. |
boolean |
isPreviousPossible()
This method is not for public usage. |
java.lang.String |
next()
This method is not for public usage. |
java.lang.String |
previous()
This method is not for public usage. |
void |
setFirst(int firstItem)
This method is not for public usage. |
void |
setPageNumber(int page)
This method is not for public usage. |
void |
setRows(int pageSize)
This method is not for public usage. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BPCListHandler.PagingHelper()
Method Detail |
public java.lang.String next()
public boolean isNextPossible()
public java.lang.String previous()
public boolean isPreviousPossible()
public int getFirst()
public int getRows()
public int getTotalNumberItems()
public int getNumberPages()
public void setPageNumber(int page)
page
- The number of the page.public int getPageNumber()
public void setFirst(int firstItem)
firstItem
- The number of the first item shownpublic void setRows(int pageSize)
pageSize
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |