tc
Tag splitLayout


Renders a SplitLayout. A area with two child components rendered horizontally or vertically and allows to change the layout relation of this two components on the client.

UIComponentClass: org.apache.myfaces.tobago.component.UISplitLayout

RendererType: SplitLayout



Tag Information
Tag Classorg.apache.myfaces.tobago.internal.taglib.SplitLayoutTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.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:

  • JSP: The component is the inner main control (e. g. UIInput).
  • Facelets: The component is the outer UIPanel.

Type: javax.faces.component.UIComponent
borderfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Border size of this component.
Type: java.lang.String
cellspacingfalsefalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

**** @deprecated. Will be removed in a future version ****

Spacing between component and layout cell's. Can be overwritten by columnSpacing and rowSpacing.

Spacing between component and layout cell's. Can be overwritten by columnSpacing and rowSpacing.
Type: org.apache.myfaces.tobago.layout.Measure
columnSpacingfalsefalsejavax.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
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
Type: java.lang.String
layoutfalsefalsejavax.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*
marginfalsefalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

**** @deprecated. Will be removed in a future version ****

Margin between container component and the children.

Margin between container component and the children.
Type: org.apache.myfaces.tobago.layout.Measure
marginBottomfalsefalsejavax.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
marginLeftfalsefalsejavax.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
marginRightfalsefalsejavax.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
marginTopfalsefalsejavax.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
markupfalsefalsejavax.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
orientationtruefalsejavax.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]
rigidfalsefalsejavax.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
rowSpacingfalsefalsejavax.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.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.