Uses of Class
org.zkoss.zul.Column
-
Packages that use Column Package Description org.zkoss.zul -
-
Uses of Column in org.zkoss.zul
Methods in org.zkoss.zul that return Column Modifier and Type Method Description ColumnFooter. getColumn()Returns the column that is in the same column as this footer, or null if not available.ColumnRowComparator. 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.
-