You see the Properties window for a JavaServer Faces Group Panel component when you select the component on a page that you are editing in the Visual Designer, after adding the component to the page.
The Group Panel component has the following properties.
General
id. Type: text
The name of the Group Panel component in the page bean and the JSP file.
Appearance
style. Type: String
Cascading Style Sheet rules (CSS level 2) to be applied to the component. This property overrides any settings in the project CSS file. For example:
position: absolute; left: 288px; top: 312px
You can enter values directly or click the ellipsis (...) button to use the Style Editor.
For a list of CSS2 style attributes, see the web page at
styleClass. Type: String
A space-separated list of CSS2 style classes to be applied when the component is rendered. The style classes must be defined in the project's style sheet. If you click the ellipsis button (...), you see a list of all styles you can add to this property. For information on adding CSS classes and rules to the project's cascading style sheet, see CSS Editor.
Advanced
rendered. Type: boolean
If selected, the components in the Group Panel are to be rendered and processed on any subsequent page submission. If not selected, the components do not appear on the page at all, not even as hidden components. If this property is not selected (false), it overrides the rendered properties of all child components.
You can bind this property to a variable that determines when the component gets rendered. For example, an airline reservation form might show a Group Panel for frequent flyers and not show it for the general public. To bind this property, right-click the Group Panel in the Visual Designer and choose Property Bindings, and then select the All radio button to display all properties so you can select the rendered property.