Uses of Class
org.apache.myfaces.tobago.layout.TextAlign
-
Packages that use TextAlign Package Description org.apache.myfaces.tobago.component org.apache.myfaces.tobago.internal.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 Modifier and Type Method Description TextAlign
UIColumn. getAlign()
Horizontal alignment of this column.TextAlign
UIFlowLayout. getTextAlign()
The alignment of the elements inside of the container, possible values are: {
Allowed Values:left,right,center,justify
TextAlign
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 TextAlign Modifier and Type Method Description void
UIColumn. setAlign(TextAlign align)
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 TextAlign Modifier and Type Method Description abstract 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 Modifier and Type Method Description static TextAlign
TextAlign. parse(String string)
Deprecated.Since Tobago 3.0.0 Please usevalueOf(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. -
Uses of TextAlign in org.apache.myfaces.tobago.renderkit.css
Methods in org.apache.myfaces.tobago.renderkit.css with parameters of type TextAlign Modifier and Type Method Description static CssItem
BootstrapClass. textAlign(TextAlign textAlign)
-