Changing Icon node on ADF tree component


                    
                       <af:tree value="#{bindings.DocTypeTreeVo.treeModel}" var="node"
                             selectionListener="#{bindings.DocTypeTreeVo.treeModel.makeCurrent}" rowSelection="single"
                             id="t1">
                        <f:facet name="nodeStamp">
                        <af:switcher id="s1"  facetName="#{node.hierTypeBinding.viewDefName}">
                            <f:facet name="org.dhaman.dms.model.query.DocTypeTree">
                                <af:link text="#{node}[#{bindings.DocTransHdrView1Iterator.estimatedRowCount}]" id="ot1" icon="/images/entity.gif"/>
                            </f:facet>                      
                            <f:facet name="org.dhaman.dms.model.view.DocTransHdrView">
                                <af:link text="#{node}"/>
                         </f:facet>
                         </af:switcher>
                         </f:facet>
                    </af:tree>                                     
                     
                           
                               
                         
                         
                         
                   

Comments

Popular posts from this blog

Another user has changed the row with primary key oracle.jbo.Key[12 ].

weblogic windows JPS-01050: Opening of wallet based credential store failed. Reason java.io.IOException: Failed to lock cwallet.sso.lck

Working With File Throgh WebUtill