Uses of Class
org.apache.myfaces.tobago.layout.Orientation
-
Packages that use Orientation Package Description org.apache.myfaces.tobago.component org.apache.myfaces.tobago.internal.component org.apache.myfaces.tobago.layout -
-
Uses of Orientation in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return Orientation Modifier and Type Method Description Orientation
UIButtons. getOrientation()
Set the orientation of the component.Orientation
UILinks. getOrientation()
Set the orientation of the component.Methods in org.apache.myfaces.tobago.component with parameters of type Orientation Modifier and Type Method Description void
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 Orientation Modifier and Type Method Description abstract 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 Orientation Modifier and Type Method Description static Orientation
Orientation. valueOf(String name)
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.
-