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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionPageActionEvent(jakarta.faces.component.UIComponent component, SheetAction action) 
- 
Method SummaryModifier and TypeMethodDescriptionReturns the action type (SheetAction).intgetValue()Returns the value for action typesSheetAction.toRowandSheetAction.toPage.voidsetValue(int value) Methods inherited from class jakarta.faces.event.ActionEventisAppropriateListener, processListenerMethods inherited from class jakarta.faces.event.FacesEventgetComponent, getFacesContext, getPhaseId, queue, setPhaseIdMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
PageActionEvent
 
- 
- 
Method Details- 
getActionReturns the action type (SheetAction).
- 
setValuepublic void setValue(int value) 
- 
getValuepublic int getValue()Returns the value for action typesSheetAction.toRowandSheetAction.toPage.
 
-