Uses of Enum Class
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
Subclasses with type arguments of type TextAlign in org.apache.myfaces.tobago.layoutMethods in org.apache.myfaces.tobago.layout that return TextAlignModifier and TypeMethodDescriptionstatic TextAlign
Deprecated, for removal: This API element is subject to removal in a future version.static TextAlign
Returns the enum constant of this class with the specified name.static TextAlign[]
TextAlign.values()
Returns an array containing the constants of this enum class, 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
valueOf(java.lang.String)