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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionPageActionEvent
(jakarta.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 jakarta.faces.event.ActionEvent
isAppropriateListener, processListener
Methods inherited from class jakarta.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
.
-