org.apache.myfaces.tobago.event
Class PageActionEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.apache.myfaces.tobago.event.PageActionEvent
- All Implemented Interfaces:
- Serializable
public class PageActionEvent
- extends javax.faces.event.ActionEvent
- See Also:
- Serialized Form
Methods inherited from class javax.faces.event.ActionEvent |
isAppropriateListener, processListener |
Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
PageActionEvent
public PageActionEvent(javax.faces.component.UIComponent component,
PageAction action)
getAction
public PageAction getAction()
- Returns the action type (
PageAction
).
setValue
public void setValue(int value)
getValue
public int getValue()
- Returns the value for action types
PageAction.TO_ROW
and PageAction.TO_PAGE
.
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.