Uses of Class
org.zkoss.zul.Treerow
-
Packages that use Treerow Package Description org.zkoss.stateless.sul org.zkoss.zul -
-
Uses of Treerow in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Treerow Modifier and Type Method Description static ITreerow
ITreerowCtrl. from(Treerow instance)
-
Uses of Treerow in org.zkoss.zul
Methods in org.zkoss.zul that return Treerow Modifier and Type Method Description Treerow
Treechildren. getLinkedTreerow()
Returns theTreerow
that is associated with this treechildren, or null if no such treerow.Treerow
Treeitem. getTreerow()
Returns the treerow that this tree item owns (might null).
-