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 |
title | false | false | java.lang.String | the floating pane Title |
iconSrc | false | false | java.lang.String | The pane icon source |
hasShadow | false | false | java.lang.String | Shadow drawn or not |
constrainToContainer | false | false | java.lang.String | limit to parent container |
taskBarId | false | false | java.lang.String | The taskbar id |
resizable | false | false | java.lang.String | Window resizable |
titleBarDisplay | false | false | java.lang.String | Displays the title bar of the Window |
windowState | false | false | java.lang.String | Display state of the window |
displayCloseAction | false | false | java.lang.String | if true a close button is displayed |
displayMinimizeAction | false | false | java.lang.String | if true a minimize button is displayed |
modal | false | false | java.lang.String | Description for the attribute |