| |||||||
FRAMES NO FRAMES |
UIComponentClass: org.apache.myfaces.tobago.component.UISplitLayout
RendererType: SplitLayout
Tag Information | |
Tag Class | org.apache.myfaces.tobago.internal.taglib.SplitLayoutTag |
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 |
border | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Border size of this component. Type: java.lang.String |
cellspacing | false | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| **** @deprecated. Will be removed in a future version **** Use columnSpacing and/or rowSpacing instead. Spacing between component and layout cell's. Can be overwritten by columnSpacing and rowSpacing.Type: org.apache.myfaces.tobago.layout.Measure |
columnSpacing | false | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Spacing between the columns in the actual layout. Type: org.apache.myfaces.tobago.layout.Measure |
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 |
layout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| This value defines the layout constraints for the layout.
It is two layout tokens separated by a semicolon. See GridLayout.
Example: '2*;*'. Type: java.lang.String Default: 1*;1* |
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 |
orientation | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| This value defines the orientation of the split layout.
Possible values are 'HORIZONTAL' and 'VERTICAL'. Type: java.lang.String Allowed Values: [HORIZONTAL, VERTICAL] |
rigid | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| This attribute advises the layout manager, to not use space that comes from non rendered components. Type: boolean |
rowSpacing | false | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Spacing between the rows in the actual layout. Type: org.apache.myfaces.tobago.layout.Measure |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |