|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectActionEvent
com.businessobjects.jsf.sdk.event.PagerClickedEvent
Occurs when one of the page selection elements is clicked. This event only occurs if paging is enabled.
Constructor Summary | |
PagerClickedEvent(UIComponent component,
int newPageIndex,
int button)
|
Method Summary | |
int |
getButton()
Gets a number that represents the pager button movement. |
int |
getNewPageIndex()
Gets a number that represents the new page index. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PagerClickedEvent(UIComponent component, int newPageIndex, int button)
Method Detail |
public int getNewPageIndex()
Gets a number that represents the new page index.
int
that represents the new page index.public int getButton()
Gets a number that represents the pager button movement.
int
that represents the pager button movement.PagerButton
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |