JARCH SHOWCASE
JARCH SHOWCASE
PanelGrid PanelGrid is an extension to the standard panelGrid with theme integration, grouping and responsive features.

Basic

Name:Kobe Bryant
Team:Los Angeles Lakers
Position:Shooting Guard
Number:24

Responsive

Content
Content
Content
Content
Content
Content
Content
Content
Content

Grouping

1995-96 NBA Playoffs
Conf. SemifinalsConf. FinalsNBA FinalsChampion
Finals MVP Michael Jordan (Chicago)
Season MVP
Top Scorer
Seattle4Seattle4Seattle2Chicago
Houston0
Utah4Utah3
San Antonio2
Chicago4Chicago4Chicago4
New York1
Atlanta1Orlando0
Orlando4
<h3>Basic</h3>
<a:panelGrid columns="2">
    <f:facet name="header">
        <a:graphicImage name="demo/images/misc/kobe.png" />
    </f:facet>

    <h:outputText value="Name:" />
    <h:outputText value="Kobe Bryant" />

    <h:outputText value="Team:" />
    <h:outputText value="Los Angeles Lakers" />

    <h:outputText value="Position:" />
    <h:outputText value="Shooting Guard" />

    <h:outputText value="Number:" />
    <h:outputText value="24" />
</a:panelGrid>

<h3>Responsive</h3>
<a:panelGrid columns="3" layout="grid">
    <h:outputText value="Content" /> 
    <h:outputText value="Content" /> 
    <h:outputText value="Content" /> 

    <h:outputText value="Content" /> 
    <h:outputText value="Content" /> 
    <h:outputText value="Content" /> 

    <h:outputText value="Content" /> 
    <h:outputText value="Content" /> 
    <h:outputText value="Content" /> 
</a:panelGrid>

<h3>Grouping</h3>
<a:panelGrid style="margin-top:20px">
    <f:facet name="header">
        <a:row>
            <a:column colspan="7">1995-96 NBA Playoffs</a:column>
        </a:row>
        <a:row>
            <a:column colspan="2">Conf. Semifinals</a:column>
            <a:column colspan="2">Conf. Finals</a:column>
            <a:column colspan="2">NBA Finals</a:column>
            <a:column>Champion</a:column>
        </a:row>

    </f:facet>

    <a:row>
        <a:column style="font-weight: bold;">Seattle</a:column>
        <a:column style="font-weight: bold;">4</a:column>

        <a:column rowspan="2" style="font-weight: bold;">Seattle</a:column>
        <a:column rowspan="2" style="font-weight: bold;">4</a:column>

        <a:column rowspan="5">Seattle</a:column>
        <a:column rowspan="5">2</a:column>

        <a:column rowspan="11" style="font-weight: bold;">Chicago</a:column>
    </a:row>

    <a:row>
        <a:column>Houston</a:column>
        <a:column >0</a:column>
    </a:row>

    <a:row>
        <a:column colspan="4" styleClass="ui-widget-header">
            <a:spacer height="0"/>
        </a:column>
    </a:row>

    <a:row>
        <a:column style="font-weight: bold;">Utah</a:column>
        <a:column style="font-weight: bold;">4</a:column>

        <a:column rowspan="2">Utah</a:column>
        <a:column rowspan="2">3</a:column>
    </a:row>

    <a:row>
        <a:column>San Antonio</a:column>
        <a:column >2</a:column>
    </a:row>

    <a:row>
        <a:column colspan="6" styleClass="ui-widget-header">
            <a:spacer height="0"/>
        </a:column>
    </a:row>

    <a:row>
        <a:column style="font-weight: bold;">Chicago</a:column>
        <a:column style="font-weight: bold;">4</a:column>

        <a:column rowspan="2" style="font-weight: bold;">Chicago</a:column>
        <a:column rowspan="2" style="font-weight: bold;">4</a:column>

        <a:column rowspan="5" style="font-weight: bold;">Chicago</a:column>
        <a:column rowspan="5" style="font-weight: bold;">4</a:column>
    </a:row>

    <a:row>
        <a:column>New York</a:column>
        <a:column >1</a:column>
    </a:row>

    <a:row>
        <a:column colspan="4" styleClass="ui-widget-header">
            <a:spacer height="0"/>
        </a:column>
    </a:row>

    <a:row>
        <a:column>Atlanta</a:column>
        <a:column >1</a:column>

        <a:column rowspan="2">Orlando</a:column>
        <a:column rowspan="2">0</a:column>
    </a:row>

    <a:row>
        <a:column style="font-weight: bold;">Orlando</a:column>
        <a:column style="font-weight: bold;">4</a:column>
    </a:row>


    <f:facet name="footer">
        <a:row>
            <a:column  colspan="4" style="text-align: right">
                Finals MVP
            </a:column>
            <a:column  colspan="3" rowspan="3">
                Michael Jordan (Chicago)
            </a:column>
        </a:row>

        <a:row>
            <a:column  colspan="4" style="text-align: right">
                Season MVP
            </a:column>
        </a:row>
        <a:row>
            <a:column  colspan="4" style="text-align: right">
                Top Scorer
            </a:column>
        </a:row>
    </f:facet>
</a:panelGrid>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.