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

panelBarItem is used for grouping any content inside within one panelBar which is loaded on client side and appears as groups divided on child panels after header is clicked.


The "label" attribute defines text to be represented. If you can use the "label" facet, you can even not use the "label" attribute.

Example:


...
<rich:panelBarItem...>
        <f:facet name="label">  
                <h:graphicImage value="/images/img1.png"/>
        </f:facet>
        ...
       <!--Any Content inside-->
        ...
</rich:panelBarItem>
...

As it was mentioned above, panelBarItem is used for grouping any content inside within one panelBar, thus its customization deals only with specification of sizes and styles for rendering.

panelBar could contain any number of child panelBarItem components inside, which content is uploaded onto the client and headers are controls to open the corresponding child element.

Table of <rich:panelBarItem> attributes.





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