| java.lang.Object | |||||
| ↳ | javax.faces.component.UIComponent | ||||
| ↳ | javax.faces.component.UIComponentBase | ||||
| ↳ | org.apache.myfaces.tobago.internal.component.AbstractUILayoutBase | ||||
| ↳ | org.apache.myfaces.tobago.internal.component.AbstractUIFlowLayout | ||||
| ↳ | org.apache.myfaces.tobago.component.UIFlowLayout | ||||
XXX Warning: Still in progress! Please do not use it until other announcement.
Renders a FlowLayout that positions the content components in there natural order.
UIComponent class, generated from template component1.2.stg with class
org.apache.myfaces.tobago.internal.taglib.component.FlowLayoutTagDeclaration.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | COMPONENT_FAMILY | ||||||||||
| String | COMPONENT_TYPE | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.faces.component.UIComponent
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Margin between container component and the children.
| |||||||||||
Bottom margin between container component and the children.
| |||||||||||
Left margin between container component and the children.
| |||||||||||
Right margin between container component and the children.
| |||||||||||
Top margin between container component and the children.
| |||||||||||
The alignment of the elements inside of the container, possible values are:
{
Default: TextAlign.LEFTAllowed Values: left,right,center,justify
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.myfaces.tobago.internal.component.AbstractUIFlowLayout
| |||||||||||
From class
javax.faces.component.UIComponentBase
| |||||||||||
From class
javax.faces.component.UIComponent
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
javax.faces.component.StateHolder
| |||||||||||
From interface
org.apache.myfaces.tobago.component.SupportsMarkup
| |||||||||||
From interface
org.apache.myfaces.tobago.config.Configurable
| |||||||||||
From interface
org.apache.myfaces.tobago.layout.LayoutManager
| |||||||||||
The alignment of the elements inside of the container, possible values are:
{
Default: TextAlign.LEFT
Allowed Values: left,right,center,justify