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 ITreeITreeCtrl. from(Tree instance) -
Uses of Tree in org.zkoss.zul
Methods in org.zkoss.zul that return Tree Modifier and Type Method Description TreeTreecell. getTree()Return the tree that owns this cell.TreeTreechildren. getTree()Returns theTreeinstance containing this element.TreeTreecol. getTree()Returns the tree that it belongs to.TreeTreecols. getTree()Returns the tree that it belongs to.TreeTreefoot. getTree()Returns the tree that it belongs to.TreeTreefooter. getTree()Returns the tree that this belongs to.TreeTreeitem. getTree()Returns the tree owning this item.TreeTreerow. getTree()Returns theTreeinstance containing this element.Methods in org.zkoss.zul with parameters of type Tree Modifier and Type Method Description protected java.lang.ObjectTree. getAssociatedNode(Treeitem ti, Tree t)Return a node which is an associated Treeitem ti in a Tree tree
-