|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextAlign | |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.layout | |
org.apache.myfaces.tobago.renderkit.css |
Uses of TextAlign in org.apache.myfaces.tobago.component |
---|
Methods in org.apache.myfaces.tobago.component that return TextAlign | |
---|---|
TextAlign |
UIFlowLayout.getTextAlign()
The alignment of the elements inside of the container, possible values are: { Default: TextAlign.LEFT Allowed Values: left,right,center,justify |
Methods in org.apache.myfaces.tobago.component with parameters of type TextAlign | |
---|---|
void |
UIFlowLayout.setTextAlign(TextAlign textAlign)
|
Uses of TextAlign in org.apache.myfaces.tobago.layout |
---|
Methods in org.apache.myfaces.tobago.layout that return TextAlign | |
---|---|
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. |
Uses of TextAlign in org.apache.myfaces.tobago.renderkit.css |
---|
Methods in org.apache.myfaces.tobago.renderkit.css that return TextAlign | |
---|---|
TextAlign |
Style.getTextAlign()
|
Methods in org.apache.myfaces.tobago.renderkit.css with parameters of type TextAlign | |
---|---|
void |
Style.setTextAlign(TextAlign textAlign)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |