Uses of Enum Class
org.apache.myfaces.tobago.event.SheetAction
Packages that use SheetAction
-
Uses of SheetAction in org.apache.myfaces.tobago.event
Subclasses with type arguments of type SheetAction in org.apache.myfaces.tobago.eventMethods in org.apache.myfaces.tobago.event that return SheetActionModifier and TypeMethodDescriptionPageActionEvent.getAction()
Returns the action type (SheetAction
).static SheetAction
Returns the enum constant of this class with the specified name.static SheetAction[]
SheetAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.myfaces.tobago.event with parameters of type SheetActionModifierConstructorDescriptionPageActionEvent
(jakarta.faces.component.UIComponent component, SheetAction action)