Uses of Class
org.openxava.annotations.Tree

Packages that use Tree
org.openxava.view.meta   
org.openxava.web.editors   
 

Uses of Tree in org.openxava.view.meta
 

Methods in org.openxava.view.meta that return Tree
 Tree MetaCollectionView.getPath()
           
 

Methods in org.openxava.view.meta with parameters of type Tree
 void MetaCollectionView.setPath(Tree path)
           
 

Uses of Tree in org.openxava.web.editors
 

Methods in org.openxava.web.editors with parameters of type Tree
protected  void TreeView.parseTreeView(Tree path, java.lang.Class nodeClass, java.lang.Class parentClass, java.lang.String collectionName)
          Parse the @TreeView annotation.
 

Constructors in org.openxava.web.editors with parameters of type Tree
TreeView(Tree path, java.lang.Class nodeClass, java.lang.Class parent, java.lang.String collectionName, java.lang.String treeViewReaderName)