Uses of Class
org.openxava.annotations.Tree
-
Packages that use Tree Package Description org.openxava.annotations org.openxava.view.meta org.openxava.web.editors -
-
Uses of Tree in org.openxava.annotations
Methods in org.openxava.annotations that return Tree Modifier and Type Method Description Tree[]
value()
-
Uses of Tree in org.openxava.view.meta
Methods in org.openxava.view.meta that return Tree Modifier and Type Method Description Tree
MetaCollectionView. getPath()
Methods in org.openxava.view.meta with parameters of type Tree Modifier and Type Method Description void
MetaCollectionView. setPath(Tree path)
-
Uses of Tree in org.openxava.web.editors
Methods in org.openxava.web.editors with parameters of type Tree Modifier and Type Method Description 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 Constructor Description TreeView(Tree path, java.lang.Class nodeClass, java.lang.Class parent, java.lang.String collectionName, java.lang.String treeViewReaderName)
-