Uses of Class
org.zkoss.zul.Treechildren
-
Packages that use Treechildren Package Description org.zkoss.stateless.sul org.zkoss.zul -
-
Uses of Treechildren in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Treechildren Modifier and Type Method Description static ITreechildrenITreechildrenCtrl. from(Treechildren instance) -
Uses of Treechildren in org.zkoss.zul
Methods in org.zkoss.zul that return Treechildren Modifier and Type Method Description TreechildrenTreerow. getLinkedTreechildren()Returns theTreechildrenassociated with thisTreerow.TreechildrenTree. getTreechildren()Returns the treechildren that this tree owns (might null).TreechildrenTreeitem. getTreechildren()Returns the treechildren that this tree item owns, or null if doesn't have any child.
-