Package org.zkoss.zkmax.zul
Interface MatrixComparatorProvider<T>
-
- All Superinterfaces:
java.io.Serializable
public interface MatrixComparatorProvider<T> extends java.io.Serializable
A comparator provider to provide a sets of column comparator that are used forBiglistbox
- Author:
- jumperchen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Comparator<T>
getColumnComparator(int columnIndex)
Returns the specified comparator from the given column index.
-
-
-
Method Detail
-
getColumnComparator
java.util.Comparator<T> getColumnComparator(int columnIndex)
Returns the specified comparator from the given column index.- Parameters:
columnIndex
-
-
-