Class NullComparator
java.lang.Object
org.eclipse.nebula.widgets.nattable.config.NullComparator
- All Implemented Interfaces:
Serializable,Comparator<Object>
GlazedLists require that the comparator be set to 'null' if a column is not
sortable. If a null value is set in the
IConfigRegistry it will
attempt to find other matching values. This comparator can be set in the
ConfigRegistry to indicate that the column can not be sorted.
See SortableGridExample
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
NullComparator
public NullComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<Object>
-