Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.internal.component | |
org.apache.myfaces.tobago.layout | |
org.apache.myfaces.tobago.renderkit.css |
Modifier and Type | Method and Description |
---|---|
TextAlign |
UIStyle.getTextAlign()
The alignment of the elements inside of the container, possible values are:
{
Allowed Values: left,right,center,justify |
TextAlign |
UIFlowLayout.getTextAlign()
The alignment of the elements inside of the container, possible values are:
{
Allowed Values: left,right,center,justify |
Modifier and Type | Method and Description |
---|---|
void |
UIStyle.setTextAlign(TextAlign textAlign) |
void |
UIFlowLayout.setTextAlign(TextAlign textAlign) |
Modifier and Type | Method and Description |
---|---|
abstract TextAlign |
AbstractUIStyle.getTextAlign() |
abstract TextAlign |
AbstractUIFlowLayout.getTextAlign() |
Modifier and Type | Method and Description |
---|---|
static TextAlign |
TextAlign.parse(String string)
Deprecated.
Since Tobago 3.0.0 Please use
valueOf(java.lang.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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Style.setTextAlign(TextAlign textAlign)
Deprecated.
|
static CssItem |
BootstrapClass.textAlign(TextAlign textAlign) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.