Class PageActionEvent
java.lang.Object
java.util.EventObject
org.apache.myfaces.tobago.event.PageActionEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPageActionEvent(jakarta.faces.component.UIComponent component, SheetAction action) PageActionEvent(jakarta.faces.component.UIComponent component, JsonUtils.SheetActionRecord sheetActionRecord) -
Method Summary
Modifier and TypeMethodDescriptionReturns the action type (SheetAction).jakarta.faces.component.UIComponentjakarta.faces.context.FacesContextjakarta.faces.event.PhaseIdintgetValue()Returns the value for action typesSheetAction.toRowandSheetAction.toPage.booleanisAppropriateListener(jakarta.faces.event.FacesListener arg0) voidprocessListener(jakarta.faces.event.FacesListener arg0) voidqueue()voidsetPhaseId(jakarta.faces.event.PhaseId arg0) voidsetValue(int value) Methods inherited from class EventObject
getSource, toString
-
Constructor Details
-
PageActionEvent
-
PageActionEvent
public PageActionEvent(jakarta.faces.component.UIComponent component, JsonUtils.SheetActionRecord sheetActionRecord)
-
-
Method Details
-
getAction
Returns the action type (SheetAction). -
setValue
public void setValue(int value) -
getValue
public int getValue()Returns the value for action typesSheetAction.toRowandSheetAction.toPage. -
isAppropriateListener
public boolean isAppropriateListener(jakarta.faces.event.FacesListener arg0) -
processListener
public void processListener(jakarta.faces.event.FacesListener arg0) -
getComponent
public jakarta.faces.component.UIComponent getComponent() -
queue
public void queue() -
getPhaseId
public jakarta.faces.event.PhaseId getPhaseId() -
setPhaseId
public void setPhaseId(jakarta.faces.event.PhaseId arg0) -
getFacesContext
public jakarta.faces.context.FacesContext getFacesContext()
-