Package org.apache.myfaces.tobago.event
Class PageActionEvent
- java.lang.Object
-
- java.util.EventObject
-
- jakarta.faces.event.FacesEvent
-
- jakarta.faces.event.ActionEvent
-
- org.apache.myfaces.tobago.event.PageActionEvent
-
- All Implemented Interfaces:
Serializable
public class PageActionEvent extends jakarta.faces.event.ActionEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description PageActionEvent(jakarta.faces.component.UIComponent component, SheetAction action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SheetAction
getAction()
Returns the action type (SheetAction
).int
getValue()
Returns the value for action typesSheetAction.toRow
andSheetAction.toPage
.void
setValue(int value)
-
Methods inherited from class jakarta.faces.event.FacesEvent
getComponent, getFacesContext, getPhaseId, queue, setPhaseId
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
PageActionEvent
public PageActionEvent(jakarta.faces.component.UIComponent component, SheetAction action)
-
-
Method Detail
-
getAction
public SheetAction 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
.
-
-