Uses of Class
org.zkoss.zul.Treecol
-
Packages that use Treecol Package Description org.zkoss.zul -
-
Uses of Treecol in org.zkoss.zul
Methods in org.zkoss.zul that return Treecol Modifier and Type Method Description TreecolTreecell. getTreecol()Returns the tree column associated with this cell, or null if not available.TreecolTreefooter. getTreecol()Returns the tree header that is in the same column as this footer, or null if not available.TreecolTreeitemComparator. 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.
-