|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
com.ibm.xsp.event.PagerEvent
public class PagerEvent
Specifies pager events fired by UIPager.
| Field Summary | |
|---|---|
static int |
ACTION_FIRST
Go to first page |
static int |
ACTION_GOTOPAGE
Go to selected page |
static int |
ACTION_LAST
Go to last page |
static int |
ACTION_NEXT
Go to next page |
static int |
ACTION_PREVIOUS
Go to previous page |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PagerEvent(javax.faces.component.UIComponent component)
|
|
| Method Summary | |
|---|---|
int |
getAction()
Return the action specified by setAction(int). |
int |
getPage()
Return the page specified by setPage(int). |
void |
setAction(int action)
Specifies the action to fire. |
void |
setPage(int page)
Specifies the target page |
| Methods inherited from class javax.faces.event.ActionEvent |
|---|
isAppropriateListener, processListener |
| Methods inherited from class javax.faces.event.FacesEvent |
|---|
getComponent, getPhaseId, queue, setPhaseId |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ACTION_FIRST
public static final int ACTION_PREVIOUS
public static final int ACTION_NEXT
public static final int ACTION_LAST
public static final int ACTION_GOTOPAGE
| Constructor Detail |
|---|
public PagerEvent(javax.faces.component.UIComponent component)
| Method Detail |
|---|
public int getAction()
setAction(int).
public void setAction(int action)
public void setPage(int page)
public int getPage()
setPage(int).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||