Uses of Enum
org.apache.myfaces.tobago.layout.TextAlign
Packages that use TextAlign
Package
Description
-
Uses of TextAlign in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return TextAlignModifier and TypeMethodDescriptionUIColumn.getAlign()
Horizontal alignment of this column.UIFlowLayout.getTextAlign()
The alignment of the elements inside of the container, possible values are: {
Allowed Values:left,right,center,justify
UIStyle.getTextAlign()
The alignment of the elements inside of the container, possible values are: {
Allowed Values:left,right,center,justify
Methods in org.apache.myfaces.tobago.component with parameters of type TextAlignModifier and TypeMethodDescriptionvoid
void
UIFlowLayout.setTextAlign
(TextAlign textAlign) void
UIStyle.setTextAlign
(TextAlign textAlign) -
Uses of TextAlign in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return TextAlignModifier and TypeMethodDescriptionabstract TextAlign
AbstractUIColumn.getAlign()
abstract TextAlign
AbstractUIFlowLayout.getTextAlign()
abstract TextAlign
AbstractUIStyle.getTextAlign()
-
Uses of TextAlign in org.apache.myfaces.tobago.layout
Methods in org.apache.myfaces.tobago.layout that return TextAlign -
Uses of TextAlign in org.apache.myfaces.tobago.renderkit.css
Methods in org.apache.myfaces.tobago.renderkit.css with parameters of type TextAlign
valueOf(java.lang.String)