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 |
binding | false | false | java.lang.String |
The value binding expression linking this component to a property in a backing bean
|
id | false | 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 | false | false | java.lang.String |
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent form
submit.
|
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.
|
selectedPanel | false | false | java.lang.String |
Id of the child to be rendered.
|
style | false | false | java.lang.String |
CSS style(s) to be applied when this component is rendered.
|
styleClass | false | false | java.lang.String |
Defines the base class name for all style classes. Default value is icePnlStk.
Style Classes Used:
- icePnlStk
- icePnlStkRow
- icePnlStkCol
|