JARCH SHOWCASE
JARCH SHOWCASE
Tree - Basic Tree has two modes, in client mode all nodes are available at client side whereas in ajax mode only expanded nodes are available.

Client

Ajax

<a:form>
    <h3 style="margin-top:0">Client</h3>
    <a:tree value="#{treeBasicView.root}" var="node">
        <a:treeNode>
            <h:outputText value="#{node}" />
        </a:treeNode>
    </a:tree>

    <h3>Ajax</h3>
    <a:tree value="#{treeBasicView.root}" var="node" dynamic="true">
        <a:treeNode>
            <h:outputText value="#{node}" />
        </a:treeNode>
    </a:tree>
</a:form>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.