Uses of Enum
org.apache.myfaces.tobago.event.SheetAction
Packages that use SheetAction
-
Uses of SheetAction in org.apache.myfaces.tobago.event
Methods 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 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 SheetActionModifierConstructorDescriptionPageActionEvent
(javax.faces.component.UIComponent component, SheetAction action)