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, wait
getName, getType, getValue
public ConverterContext getConverterContext()
ObjectGrouper
ObjectGrouper.getValue(Object)
method to String
so that it can be displayed somewhere.getConverterContext
in interface ObjectGrouper
public ComparatorContext getComparatorContext()
ObjectGrouper
ObjectGrouper.getValue(Object)
method whenever
sorting is needed.getComparatorContext
in interface ObjectGrouper