Package 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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionPageActionEvent
(javax.faces.component.UIComponent component, SheetAction action) -
Method Summary
Modifier and TypeMethodDescriptionReturns the action type (SheetAction
).int
getValue()
Returns the value for action typesSheetAction.toRow
andSheetAction.toPage
.void
setValue
(int value) Methods inherited from class javax.faces.event.ActionEvent
isAppropriateListener, processListener
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getFacesContext, getPhaseId, queue, setPhaseId
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PageActionEvent
-
-
Method Details
-
getAction
Returns the action type (SheetAction
). -
setValue
public void setValue(int value) -
getValue
public int getValue()Returns the value for action typesSheetAction.toRow
andSheetAction.toPage
.
-