Interface FlowLayoutTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,IsRendered
,IsVisual
Renders a FlowLayout that positions the content components in there natural order.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setTextAlign
(String textAlign) The alignment of the elements inside of the container, possible values are:TextAlign.left
,TextAlign.right
,TextAlign.center
andTextAlign.justify
.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
Method Details
-
setTextAlign
The alignment of the elements inside of the container, possible values are:TextAlign.left
,TextAlign.right
,TextAlign.center
andTextAlign.justify
.- Since:
- 3.0.0
-