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 TypeMethodDescriptionvoidsetTextAlign(String textAlign) The alignment of the elements inside of the container, possible values are:TextAlign.left,TextAlign.right,TextAlign.centerandTextAlign.justify.Methods inherited from interface HasBinding
setBindingMethods inherited from interface IsRendered
setRenderedMethods inherited from interface IsVisual
setCustomClass, setMarkup
-
Method Details
-
setTextAlign
The alignment of the elements inside of the container, possible values are:TextAlign.left,TextAlign.right,TextAlign.centerandTextAlign.justify.- Since:
- 3.0.0
-