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 for
Biglistbox
- Author:
- jumperchen
Method Summary |
java.util.Comparator<T> |
getColumnComparator(int columnIndex)
Returns the specified comparator from the given column index. |
getColumnComparator
java.util.Comparator<T> getColumnComparator(int columnIndex)
- Returns the specified comparator from the given column index.
- Parameters:
columnIndex
-
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.