Uses of Class
org.zkoss.zul.Column
-
Packages that use Column Package Description org.zkoss.stateless.sul org.zkoss.zul -
-
Uses of Column in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Column Modifier and Type Method Description static IColumn
IColumnCtrl. from(Column instance)
-
Uses of Column in org.zkoss.zul
Methods in org.zkoss.zul that return Column Modifier and Type Method Description Column
Footer. getColumn()
Returns the column that is in the same column as this footer, or null if not available.Column
RowComparator. getColumn()
Returns the column that this comparator is associated with, or null if not available.Constructors in org.zkoss.zul with parameters of type Column Constructor Description RowComparator(Column header, boolean ascending, boolean ignoreCase, boolean nullAsMax)
Compares with the column.
-