Package | Description |
---|---|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
Modifier and Type | Method and Description |
---|---|
Listheader |
ListitemComparator.getListheader()
Returns the listheader that this comparator is associated with, or null
if not available.
|
Listheader |
Listfooter.getListheader()
Returns the list header that is in the same column as
this footer, or null if not available.
|
Listheader |
Listcell.getListheader()
Returns the list header that is in the same column as
this cell, or null if not available.
|
Constructor and Description |
---|
ListitemComparator(Listheader header,
boolean ascending,
boolean ignoreCase)
Compares with the column which the list header is at.
|
ListitemComparator(Listheader header,
boolean ascending,
boolean ignoreCase,
boolean byValue)
Compares with the column which the list header is at.
|
ListitemComparator(Listheader header,
boolean ascending,
boolean ignoreCase,
boolean byValue,
boolean nullAsMax)
Compares with the column which the list header is at.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.