Panel - Section

Puts a collapsible/expandable section on the page. Clicking on the collapsed title line of the section opens the section and displays its contents. Clicking on the title of an expanded section collapses the section such that only the title is displayed.

 

Properties and All Attributes views

The Properties view for a component shows the most common set of attributes you can set on a component, and, depending on the component, you might also see options for adding controls, actions, or other components. To open the Properties view, click

Window | Show View | Properties.

These common attributes for the Section component display on the h:panelGroup and Items tabs in the Properties view. See the Panel - Group attributes table for a list of attributes. Additional configuration options for panel items are on the h:panelGroup>Items tab:

The All Attributes view shows a table of all the attributes you can set on a component, which includes those attributes you can access from the Properties view. To switch to the All Attributes view, click the

All Attributes icon in the upper right corner of the Properties view.

Table 1. Panel - Group attributes

Attribute name

Description

initClosed

If set to false, the section is initially rendered "expanded". If set to true or omitted, it's rendered "collapsed".