public abstract class AbstractObjectGrouper extends java.lang.Object implements ObjectGrouper
ObjectGrouper. It just implements the getConverterContext() and
getComparatorContext() methods.| Constructor and Description |
|---|
AbstractObjectGrouper() |
| Modifier and Type | Method and Description |
|---|---|
ComparatorContext |
getComparatorContext()
Gets the comparator context for the value returned from this object grouper.
|
ConverterContext |
getConverterContext()
Gets the converter context for the value returned from this object grouper.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getType, getValuepublic ConverterContext getConverterContext()
ObjectGrouperObjectGrouper.getValue(Object) method to String
so that it can be displayed somewhere.getConverterContext in interface ObjectGrouperpublic ComparatorContext getComparatorContext()
ObjectGrouperObjectGrouper.getValue(Object) method whenever
sorting is needed.getComparatorContext in interface ObjectGrouper