Uses of Interface
org.apache.myfaces.custom.tree2.TreeWalker

Packages that use TreeWalker
org.apache.myfaces.custom.tree2   
 

Uses of TreeWalker in org.apache.myfaces.custom.tree2
 

Classes in org.apache.myfaces.custom.tree2 that implement TreeWalker
 class TreeWalkerBase
          A base implementation of the TreeWalker interface.
 

Methods in org.apache.myfaces.custom.tree2 that return TreeWalker
 TreeWalker TreeModel.getTreeWalker()
          Gets the TreeWalker associated with the model.
 TreeWalker TreeModelBase.getTreeWalker()
           
 

Methods in org.apache.myfaces.custom.tree2 with parameters of type TreeWalker
protected  void HtmlTreeRenderer.encodeTree(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter out, HtmlTree tree, TreeWalker walker)
          Encodes the tree and its children.
 



Copyright 2006 Apache Software Foundation. All Rights Reserved.