Uses of Class
org.zkoss.zul.Tree
-
Packages that use Tree Package Description org.zkoss.stateless.sul org.zkoss.zul -
-
Uses of Tree in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Tree Modifier and Type Method Description static ITree
ITreeCtrl. from(Tree instance)
-
Uses of Tree in org.zkoss.zul
Methods in org.zkoss.zul that return Tree Modifier and Type Method Description Tree
Treecell. getTree()
Return the tree that owns this cell.Tree
Treechildren. getTree()
Returns theTree
instance containing this element.Tree
Treecol. getTree()
Returns the tree that it belongs to.Tree
Treecols. getTree()
Returns the tree that it belongs to.Tree
Treefoot. getTree()
Returns the tree that it belongs to.Tree
Treefooter. getTree()
Returns the tree that this belongs to.Tree
Treeitem. getTree()
Returns the tree owning this item.Tree
Treerow. getTree()
Returns theTree
instance containing this element.Methods in org.zkoss.zul with parameters of type Tree Modifier and Type Method Description protected java.lang.Object
Tree. getAssociatedNode(Treeitem ti, Tree t)
Return a node which is an associated Treeitem ti in a Tree tree
-