| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.j4fry.jsf.taglib.PanelTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | ID for the UIComponent |
| title | false | true | java.lang.String | The title for the Panel if there isn't a title-facet |
| state | false | true | java.lang.String | You can define whether the panel is either closed or opened. If the value of this attribute is a value-binding the state is gonna be saved in that property. Possible values: CLOSE, OPEN Default is OPEN |
| collapsible | false | true | java.lang.String | You could define whether the panel is collapsible or not. Possible values: TRUE, FALSE Default is TRUE |
| styleClass | false | true | java.lang.String | The style for the entire panel. |
| headerClass | false | true | java.lang.String | The style for the header of the panel. |
| toggleClass | false | true | java.lang.String | The style for the toggle area. |
| bodyClass | false | true | java.lang.String | The style for the bodyTop and for the bodyBottom of the panel. |
| movable | false | true | java.lang.String | If movable is TRUE then you can drag'n drop the Panel Please consider, when the panel is movable, it's going out of the pageflow! Possible values: TRUE, FALSE Default is FALSE |
| forceId | false | true | java.lang.String | If true, this component will force the use of the specified id when rendering. Possible values: TRUE, FALSE Default is FALSE |
| rendered | false | true | java.lang.String | A boolean value that indicates whether this component should be rendered. Possible values: TRUE, FALSE Default is TRUE |
| togglePosition | false | true | java.lang.String | Define the position of the toggle area Possible values: LHS (left-hand-side), RHS(right-hand-side) Default is LHS |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||