Uses of Class
org.richfaces.component.UITreeNode

Packages that use UITreeNode
org.richfaces.component Fundamental APIs for user interface components 
org.richfaces.component.html Specialized user interface component classes for HTML 
org.richfaces.renderkit Fundamental classes and interfaces defining the rendering model 
org.richfaces.renderkit.html Classes defining the rendering model for HTML 
 

Uses of UITreeNode in org.richfaces.component
 

Methods in org.richfaces.component that return UITreeNode
 UITreeNode UITree.getNodeFacet()
          Locates UITreeNode instance that has type equal to current nodeFace.
protected  UITreeNode UITree.getOrCreateDefaultFacet()
          Lazily creates default node representation that is used if there is no UITreeNode child for that nodeFace
 

Uses of UITreeNode in org.richfaces.component.html
 

Subclasses of UITreeNode in org.richfaces.component.html
 class HtmlTreeNode
           
 

Uses of UITreeNode in org.richfaces.renderkit
 

Methods in org.richfaces.renderkit with parameters of type UITreeNode
 java.lang.String NodeRendererBase.getAjaxSelectedListenerFlag(javax.faces.context.FacesContext context, UITreeNode treeNode)
           
 java.lang.String NodeRendererBase.getExpandedValue(javax.faces.context.FacesContext context, UITreeNode node)
           
 java.lang.String NodeRendererBase.getHandleCollapsedDisplayStyle(javax.faces.context.FacesContext context, UITreeNode node)
           
 java.lang.String NodeRendererBase.getHandleExpandedDisplayStyle(javax.faces.context.FacesContext context, UITreeNode node)
           
protected  NodeRendererBase.DnDOptionsHolder NodeRendererBase.getScriptOptions(javax.faces.context.FacesContext context, UITreeNode component)
           
protected  java.lang.String NodeRendererBase.getToggleScript(javax.faces.context.FacesContext context, UITreeNode treeNode, java.lang.String to)
           
 void NodeRendererBase.initializeLines(javax.faces.context.FacesContext context, UITreeNode treeNode)
           
 void NodeRendererBase.initializeResources(javax.faces.context.FacesContext context, UITreeNode treeNode)
           
 

Uses of UITreeNode in org.richfaces.renderkit.html
 

Methods in org.richfaces.renderkit.html with parameters of type UITreeNode
 void TreeNodeRenderer.doEncodeBegin(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, UITreeNode component, org.ajax4jsf.renderkit.ComponentVariables variables)
           
 void TreeNodeRenderer.doEncodeEnd(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, UITreeNode component, org.ajax4jsf.renderkit.ComponentVariables variables)
           
 



Copyright © 2010. All Rights Reserved.