Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.layout | |
org.apache.myfaces.tobago.renderkit.css |
Modifier and Type | Method and Description |
---|---|
TextAlign |
UIFlowLayout.getTextAlign()
The alignment of the elements inside of the container, possible values are: {
Default: TextAlign.LEFT Allowed Values: left,right,center,justify |
Modifier and Type | Method and Description |
---|---|
void |
UIFlowLayout.setTextAlign(TextAlign textAlign) |
Modifier and Type | Method and Description |
---|---|
static TextAlign |
TextAlign.parse(String string) |
static TextAlign |
TextAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAlign[] |
TextAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TextAlign |
Style.getTextAlign() |
Modifier and Type | Method and Description |
---|---|
void |
Style.setTextAlign(TextAlign textAlign) |
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.