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 |
containerNodeClass | false | false | java.lang.String | the css node class for the container part of the element |
labelNodeClass | false | false | java.lang.String | the css node class for the label part of the pane |
label | false | false | java.lang.String | Label for the titled paned element |