Package | Description |
---|---|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and 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.
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.