Attributes |
Name | Required | Request-time | Type | Description |
binding | no | false | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
closable | no | false | boolean | Boolean value that specifies whether the panel has a close button. Default = 'false'. |
closeSpeed | no | false | int | Integer value that specifies the duration of the closing animation. Default = '1000'. |
collapsed | no | false | boolean | Boolean value that specifies whether the panel is collapsed. Default = 'false'. |
footer | no | false | java.lang.String | Footer text of the panel. |
header | no | false | java.lang.String | Header text of the panel. |
id | no | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
rendered | no | false | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
style | no | false | java.lang.String | Style to apply to the container element. |
styleClass | no | false | java.lang.String | Style class to apply to the container element. |
toggleSpeed | no | false | int | Integer value that specifies the duration of the transition between states. Default = '1000'. |
toggleable | no | false | boolean | Boolean value that specifies whether to display a button to toggle between the expanded and collapsed states of the panel. Default = 'false'. |
visible | no | false | boolean | Boolean value that specifies whether the panel is visible. Default = 'true'. |
widgetVar | no | false | java.lang.String | Name of the widget variable to access the client side api. |