|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.businessobjects.jsf.sdk.properties.PagingAction
Used by the EnterpriseItems
bean for page movement.
Constructor Summary | |
PagingAction(int action)
|
|
PagingAction(int action,
int pageNum)
|
Method Summary | |
int |
getActionType()
Gets a value that represents the type of paging action. |
int |
getPageNumber()
Gets the page number for the paging action. |
void |
setPageNumber(int pageNumber)
Sets the page number for the paging action. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PagingAction(int action)
public PagingAction(int action, int pageNum)
Method Detail |
public int getActionType()
Gets a value that represents the type of paging action.
int
that represents the type of paging action.PagerButton
public int getPageNumber()
Gets the page number for the paging action.
public void setPageNumber(int pageNumber)
Sets the page number for the paging action.
pageNumber
- The page number.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |