Uses of Enum Class
org.apache.myfaces.tobago.event.SheetAction
Packages that use SheetAction
Package
Description
-
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
(javax.faces.component.UIComponent component, SheetAction action) -
Uses of SheetAction in org.apache.myfaces.tobago.internal.renderkit.renderer
Methods in org.apache.myfaces.tobago.internal.renderkit.renderer with parameters of type SheetActionModifier and TypeMethodDescriptionprotected void
PaginatorRenderer.encodeLink
(javax.faces.context.FacesContext facesContext, boolean disabled, SheetAction action, Integer target, Icons icon, CssItem liClass) -
Uses of SheetAction in org.apache.myfaces.tobago.internal.util
Methods in org.apache.myfaces.tobago.internal.util that return SheetActionModifier and TypeMethodDescriptionJsonUtils.SheetActionRecord.action()
Returns the value of theaction
record component.Methods in org.apache.myfaces.tobago.internal.util with parameters of type SheetActionModifier and TypeMethodDescriptionstatic String
JsonUtils.encode
(SheetAction sheetAction, Integer target) Constructors in org.apache.myfaces.tobago.internal.util with parameters of type SheetActionModifierConstructorDescriptionSheetActionRecord
(SheetAction action, Integer target) Creates an instance of aSheetActionRecord
record class.