Uses of Enum
org.apache.myfaces.tobago.layout.Orientation
Packages that use Orientation
Package
Description
-
Uses of Orientation in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return OrientationModifier and TypeMethodDescriptionUIButtons.getOrientation()
Set the orientation of the component.UILinks.getOrientation()
Set the orientation of the component.Methods in org.apache.myfaces.tobago.component with parameters of type OrientationModifier and TypeMethodDescriptionvoid
UIButtons.setOrientation
(Orientation orientation) void
UILinks.setOrientation
(Orientation orientation) -
Uses of Orientation in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return OrientationModifier and TypeMethodDescriptionabstract Orientation
AbstractUIButtons.getOrientation()
abstract Orientation
AbstractUILinks.getOrientation()
-
Uses of Orientation in org.apache.myfaces.tobago.layout
Methods in org.apache.myfaces.tobago.layout that return OrientationModifier and TypeMethodDescriptionstatic Orientation
Returns the enum constant of this type with the specified name.static Orientation[]
Orientation.values()
Returns an array containing the constants of this enum type, in the order they are declared.