Uses of Class
org.zkoss.zul.Listheader
-
Packages that use Listheader Package Description org.zkoss.stateless.sul org.zkoss.zul -
-
Uses of Listheader in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Listheader Modifier and Type Method Description static IListheader
IListheaderCtrl. from(Listheader instance)
-
Uses of Listheader in org.zkoss.zul
Methods in org.zkoss.zul that return Listheader Modifier and Type Method Description Listheader
Listcell. getListheader()
Returns the list header that is in the same column as this cell, 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
ListitemComparator. getListheader()
Returns the listheader that this comparator is associated with, or null if not available.Constructors in org.zkoss.zul with parameters of type Listheader Constructor 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.
-