| |||||||
FRAMES NO FRAMES |
UIComponentClass: org.apache.myfaces.tobago.component.UIFlowLayout
RendererType: FlowLayout
Tag Information | |
Tag Class | org.apache.myfaces.tobago.internal.taglib.FlowLayoutTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| The value binding expression linking this component to a property in a backing bean.
Warning: For the tobago extension library tx the binding differs from JSP and Facelets:
Type: javax.faces.component.UIComponent |
id | false | true | java.lang.String | The component identifier for this component.
This value must be unique within the closest parent component that is a naming container. Type: java.lang.String |
margin | false | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| **** @deprecated. Will be removed in a future version **** since Tobago 2.0.9. Please use single attributes from { Margin between container component and the children.Type: org.apache.myfaces.tobago.layout.Measure |
marginBottom | false | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Bottom margin between container component and the children. Type: org.apache.myfaces.tobago.layout.Measure |
marginLeft | false | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Left margin between container component and the children. Type: org.apache.myfaces.tobago.layout.Measure |
marginRight | false | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Right margin between container component and the children. Type: org.apache.myfaces.tobago.layout.Measure |
marginTop | false | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Top margin between container component and the children. Type: org.apache.myfaces.tobago.layout.Measure |
markup | false | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.context.Markup )
| Indicate markup of this component.
The allowed markups can be defined or overridden in the theme.
The value 'none' should not be used any longer. Just leave the attribute empty, or use a NULL pointer. Type: org.apache.myfaces.tobago.context.Markup |
textAlign | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The alignment of the elements inside of the container, possible values are:
{@value TextAlign#STRING_LEFT},
{@value TextAlign#STRING_RIGHT},
{@value TextAlign#STRING_CENTER} und
{@value TextAlign#STRING_JUSTIFY}. Type: org.apache.myfaces.tobago.layout.TextAlign Default: TextAlign.LEFT Allowed Values: [left, right, center, justify] |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |