The panelStack is a container component that itself contains multiple panel groups.
A single contained panel group is visible at one time, filling the area covered by
the panelStack component. The panel group specified in the selectPanel attribute will
be visible, with the others being hidden.
The panelStack component can be used in cases where a form region must contain several embedded
panels, only one of which is visible at one time, changing dynamically depending on an application
state change or user selection.
| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | false | java.lang.String | Every component may have an unique id. Automatically created if omitted. |
| selectedPanel | true | false | java.lang.String | Id of the child to be rendered. |
| rendered | false | false | java.lang.String | If false, this component will not be rendered. |
| binding | false | false | java.lang.String | Component binding. |
| styleClass | true | false | java.lang.String | Space-separated list of CSS style class(es) to be applied on the table element rendered by this component. |
| style | false | false | java.lang.String |
CSS style(s) to be applied when this component is rendered.
|
| renderedOnUserRole | false | false | java.lang.String |
If user is in given role, this component will be rendered normally. If not, nothing is
rendered and the body of this tag will be skipped.
|