|
||||||||||
| 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
org.apache.myfaces.tobago.event.PageActionEvent
public class PageActionEvent
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PageActionEvent(UIData component,
PageAction action)
|
|
| Method Summary | |
|---|---|
PageAction |
getAction()
Returns the action type ( PageAction). |
UIData |
getSheet()
Convenience method to get the UIData Component. |
int |
getValue()
Returns the value for action types PageAction.TO_ROW
and PageAction.TO_PAGE. |
void |
setValue(int value)
|
| 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 |
| Constructor Detail |
|---|
public PageActionEvent(UIData component,
PageAction action)
| Method Detail |
|---|
public PageAction getAction()
PageAction).
public void setValue(int value)
public int getValue()
PageAction.TO_ROW
and PageAction.TO_PAGE.
public UIData getSheet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||