| Client Events |
| Name | Description | Supported Classes for Argument | Default Event Scopes |
|
| dragStop | Fired when the pane is dragged and dropped by the user. | org.icefaces.ace.event.DashboardDragStopEvent | execute=@this render=@all |
| resize | Fired when the pane is resized by the user. | org.icefaces.ace.event.DashboardResizeEvent | execute=@this render=@all |
| close | Fired when the pane is closed by the user. | org.icefaces.ace.event.CloseEvent | execute=@this render=@all |
| Attributes |
| Name | Required | Request-time | Type | Description |
| binding | no | true | 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 | true | boolean | Specifies whether this pane can be closed or not. If true, a close button will be rendered at the upper right corner of the pane header. Default = 'false'. |
| closed | no | true | boolean | Specifies whether this pane is closed or not. Default = 'false'. |
| column | no | true | int | The 1-relative column position of this pane. If set to 0 or if the value is greater than "maxColumns" in the parent dashboard component, it will be given the next available horizontal position that is not already occupied by a pane with specific row and column values. If this pane overlaps with the position of another pane, this or the other pane will be automatically moved to a more appropriate available space. This value will be automatically updated as the pane changes position in the client, either directly or indirectly, by the dragStop, resize and close ajax events. Default = '0'. |
| footerText | no | true | java.lang.String | The text to render in the footer of the pane. If no footer text is specified and no footer facet is defined, the header will not be rendered. |
| headerText | no | true | java.lang.String | The text to render in the header of the pane. If no header text is specified and no header facet is defined, the header will not be rendered. |
| id | no | true | 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 | true | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
| row | no | true | int | The 1-relative row position of this pane. If set to 0, it will be given the next available horizontal position that is not already occupied by a pane with specific row and column values. If this pane overlaps with the position of another pane, this or the other pane will be automatically moved to a more appropriate available space. This value will be automatically updated as the pane changes position in the client, either directly or indirectly, by the dragStop, resize and close ajax events. Default = '0'. |
| sizeX | no | true | int | The horizontal size of this pane as the number columns it occupies. Default = '1'. |
| sizeY | no | true | int | The vertical size of the pane as the number of rows it occupies. Default = '1'. |
| style | no | true | java.lang.String | Style to apply to the content container of the pane (i.e. excluding the header and the footer). |
| styleClass | no | true | java.lang.String | Style class of the main container of the pane (the one containing the header, content and footer). |