Uses of Class
org.apache.myfaces.tobago.event.SheetAction
-
Packages that use SheetAction Package Description org.apache.myfaces.tobago.event -
-
Uses of SheetAction in org.apache.myfaces.tobago.event
Methods in org.apache.myfaces.tobago.event that return SheetAction Modifier and Type Method Description SheetAction
PageActionEvent. getAction()
Returns the action type (SheetAction
).static SheetAction
SheetAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static SheetAction[]
SheetAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.myfaces.tobago.event with parameters of type SheetAction Constructor Description PageActionEvent(jakarta.faces.component.UIComponent component, SheetAction action)
-