Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.internal.component | |
org.apache.myfaces.tobago.layout |
Modifier and Type | Method and Description |
---|---|
Orientation |
UILinks.getOrientation()
Set the orientation of the component.
|
Orientation |
UIButtons.getOrientation()
Set the orientation of the component.
|
Modifier and Type | Method and Description |
---|---|
void |
UILinks.setOrientation(Orientation orientation) |
void |
UIButtons.setOrientation(Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
abstract Orientation |
AbstractUIButtons.getOrientation() |
abstract Orientation |
AbstractUILinks.getOrientation() |
Modifier and Type | Method and 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.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.