Uses of Class
org.zkoss.zul.Treecol
-
Packages that use Treecol Package Description org.zkoss.stateless.sul org.zkoss.zul -
-
Uses of Treecol in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Treecol Modifier and Type Method Description static ITreecol
ITreecolCtrl. from(Treecol instance)
-
Uses of Treecol in org.zkoss.zul
Methods in org.zkoss.zul that return Treecol Modifier and Type Method Description Treecol
Treecell. getTreecol()
Returns the tree column associated with this cell, or null if not available.Treecol
Treefooter. getTreecol()
Returns the tree header that is in the same column as this footer, or null if not available.Treecol
TreeitemComparator. getTreecol()
Returns the Treecol that this comparator is associated with, or null if not available.Constructors in org.zkoss.zul with parameters of type Treecol Constructor Description TreeitemComparator(Treecol treecol, boolean ascending, boolean ignoreCase)
Compares with the column which the tree header is at.TreeitemComparator(Treecol treecol, boolean ascending, boolean ignoreCase, boolean byValue)
Compares with the column which the tree header is at.TreeitemComparator(Treecol treecol, boolean ascending, boolean ignoreCase, boolean byValue, boolean nullAsMax)
Compares with the column which the tree header is at.
-