Uses of Class
org.richfaces.component.UITree

Packages that use UITree
org.richfaces.component Fundamental APIs for user interface components 
org.richfaces.component.html Specialized user interface component classes for HTML 
org.richfaces.component.state Provides classes and interfaces describing component states 
org.richfaces.component.state.events Provides classes and interfaces describing state events 
org.richfaces.renderkit Fundamental classes and interfaces defining the rendering model 
org.richfaces.renderkit.html Classes defining the rendering model for HTML 
 

Uses of UITree in org.richfaces.component
 

Methods in org.richfaces.component that return UITree
 UITree UITreeNode.getUITree()
          Finds direct parent UITree component or throws
 

Uses of UITree in org.richfaces.component.html
 

Subclasses of UITree in org.richfaces.component.html
 class HtmlTree
           
 

Uses of UITree in org.richfaces.component.state
 

Methods in org.richfaces.component.state with parameters of type UITree
 java.lang.Boolean TreeStateAdvisor.adviseNodeOpened(UITree tree)
          Advises new node opened/closed state
 java.lang.Boolean TreeStateAdvisor.adviseNodeSelected(UITree tree)
          Advises new node selection
 void TreeState.collapseAll(UITree tree)
           
 void TreeState.collapseNode(UITree tree, org.richfaces.model.TreeRowKey rowKey)
           
 void TreeState.expandAll(UITree tree)
           
 void TreeState.expandNode(UITree tree, org.richfaces.model.TreeRowKey rowKey)
           
 

Uses of UITree in org.richfaces.component.state.events
 

Methods in org.richfaces.component.state.events with parameters of type UITree
 void TreeStateCommandsListener.collapseAll(UITree tree)
           
 void TreeStateCommandsListener.collapseNode(UITree tree, org.richfaces.model.TreeRowKey rowKey)
           
 void TreeStateCommandsListener.expandAll(UITree tree)
           
 void TreeStateCommandsListener.expandNode(UITree tree, org.richfaces.model.TreeRowKey rowKey)
           
 

Uses of UITree in org.richfaces.renderkit
 

Methods in org.richfaces.renderkit with parameters of type UITree
 java.lang.String TreeRendererBase.encodeSelectionStateInput(javax.faces.context.FacesContext context, UITree tree)
           
protected  java.lang.String TreeRendererBase.getAjaxScript(javax.faces.context.FacesContext context, UITree tree)
           
 java.lang.String TreeRendererBase.getOptions(javax.faces.context.FacesContext context, UITree tree)
           
protected  java.lang.String TreeRendererBase.getSelectionValue(javax.faces.context.FacesContext context, UITree tree)
           
 void TreeRendererBase.writeContent(javax.faces.context.FacesContext context, UITree input)
           
 void TreeRendererBase.writeContent(javax.faces.context.FacesContext context, UITree input, org.richfaces.model.TreeRowKey key, boolean withSubnodes)
           
 java.lang.String TreeRendererBase.writeScriptElement(javax.faces.context.FacesContext context, UITree tree, java.lang.String code)
           
 

Constructors in org.richfaces.renderkit with parameters of type UITree
TreeDataModelEventNavigator(UITree tree, org.richfaces.model.TreeRowKey floatingKey)
           
 

Uses of UITree in org.richfaces.renderkit.html
 

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



Copyright © 2010. All Rights Reserved.