|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Treecol | |
---|---|
org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
Uses of Treecol in org.zkoss.zul |
---|
Methods in org.zkoss.zul that return Treecol | |
---|---|
Treecol |
TreeitemComparator.getTreecol()
Returns the Treecol that this comparator is associated with, 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 |
Treecell.getTreecol()
Returns the tree column associated with this cell, or null if not available. |
Constructors in org.zkoss.zul with parameters of type Treecol | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |