Attributes |
Name | Required | Request-time | Type | Description |
id | false | false | java.lang.String | The developer-assigned ID of this component. The ID must be unique within the scope of the tag's enclosing naming container (e.g. h:form or f:subview). This value must be a static value. |
binding | false | false | java.lang.String | Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression. |
rendered | false | false | java.lang.String | A boolean value that indicates whether this component should be rendered. Default value: true. |
value | false | false | java.lang.String | The initial value of this component. |
converter | false | false | java.lang.String | An expression that specifies the Converter for this component. If the value binding expression is a String, the String is used as an ID to look up a Converter. If the value binding expression is a Converter, uses that instance as the converter. The value can either be a static value (ID case only) or an EL expression. |
widgetId | falsetrue | false | java.lang.String | Optional enforced dojo widgetId |
widgetVar | falsetrue | false | java.lang.String | optional widget var name, if this is not used only an autogenerated value is set |
styleClass | false | false | java.lang.String | The CSS class for this element. Corresponds to the HTML 'class' attribute. |
style | false | false | java.lang.String | The CSS class for this element. Corresponds to the HTML 'class' attribute. |
sizeShare | false | false | java.lang.String | Size share value describing the place the content pane wants from its parent |
activeSizing | false | false | java.lang.String | Size share value describing the place the content pane wants from its parent |
sizerWidth | false | false | java.lang.String | width of the sizer bar |
orientation | false | false | java.lang.String | horizontal or vertical |
persist | false | false | java.lang.String | If true, cookie persisting of the split pane is enabled |
startPoint | false | false | java.lang.String | Starting Point of the split pane as defined by dojo |
lastPoint | false | false | java.lang.String | Last point of the split pane |