Create new RichFaces Documentation Jira issue

This will launch the RichFaces Jira page - to complete your feedback please login if needed, and submit the Jira.

JBoss.orgCommunity Documentation

6.10.5.  <rich:panelBarItem> available since 3.0.0

expand all
6.10.5.1. Description
6.10.5.2. Key Features
6.10.5.3. Details of Usage
6.10.5.4. Reference Data
6.10.5.5. Relevant Resources Links

The component is designed to be used as a part of <rich:panelBar>. The <rich:panelBarItem> used separately from <rich:panelBar> will not be rendered.


The <rich:panelBar> could contain any number of panelBarItem components. Item headers are used for collapsing and expanding item contents.

The <rich:panelBarItem> supports label facet that defines text label on it's header. Besides that there is "label" attribute that does the same job. By default the component is rendered with a header and text label "auto generated label". The following two entries


<-- A -->
<rich:panelBar>
      <rich:panelBarItem label="Olympus EVOLT E-500" />
</rich:panelBar>

<-- B -->
<rich:panelBar>
      <rich:panelBarItem>
            <f:facet name="label">
                  <h:outputText value="Olympus EVOLT E-500"/>
            </f:facet>
      </rich:panelBarItem>
</rich:panelBar>

will have the same output.

Table of <rich:panelBarItem> attributes.




You can find all necessary information about style classes redefinition in Definition of Custom Style Classes section.

Visit PanelBar page at RichFaces LiveDemo for example of the <rich:panelBarItem>component usage and it source.

If you have any questions or ideas regarding the <rich:panel> tell about them at the RichFaces Users Forum.