Uses of Class
org.hippoecm.frontend.plugins.yui.tree.TreeBehavior.TreeItem
-
Packages that use TreeBehavior.TreeItem Package Description org.hippoecm.frontend.plugins.yui.tree -
-
Uses of TreeBehavior.TreeItem in org.hippoecm.frontend.plugins.yui.tree
Subclasses of TreeBehavior.TreeItem in org.hippoecm.frontend.plugins.yui.tree Modifier and Type Class Description static class
TreeBehavior.DefaultTreeItem
static class
YuiJcrTree.JcrTreeItem
Methods in org.hippoecm.frontend.plugins.yui.tree that return TreeBehavior.TreeItem Modifier and Type Method Description TreeBehavior.TreeItem[]
TreeBehavior.TreeItem. getChildren()
protected abstract TreeBehavior.TreeItem
TreeBehavior. getRootNode()
Methods in org.hippoecm.frontend.plugins.yui.tree with parameters of type TreeBehavior.TreeItem Modifier and Type Method Description void
TreeBehavior.TreeItem. addChild(TreeBehavior.TreeItem item)
void
TreeBehavior.TreeItem. setChildren(TreeBehavior.TreeItem[] children)
-