|
JIDE Common Layer 2.7.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jidesoft.grouper.AbstractObjectGrouper
public abstract class AbstractObjectGrouper
The abstract implementation of ObjectGrouper
. It just implements the getConverterContext()
and
getComparatorContext()
methods.
Constructor Summary | |
---|---|
AbstractObjectGrouper()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.jidesoft.grouper.ObjectGrouper |
---|
getName, getType, getValue |
Constructor Detail |
---|
public AbstractObjectGrouper()
Method Detail |
---|
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
|
JIDE Common Layer 2.7.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |