Package com.jidesoft.grouper.date
Class DateMonthGrouper
java.lang.Object
com.jidesoft.grouper.AbstractObjectGrouper
com.jidesoft.grouper.date.DateGrouper
com.jidesoft.grouper.date.DateMonthGrouper
- All Implemented Interfaces:
ObjectGrouper
-
Field Summary
FieldsFields inherited from class com.jidesoft.grouper.date.DateGrouper
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jidesoft.grouper.date.DateGrouper
getCalendarField, getCalendarFieldAsInt, getCalendarInstance, getTypeMethods inherited from class com.jidesoft.grouper.AbstractObjectGrouper
getComparatorContext
-
Field Details
-
CONTEXT
-
-
Constructor Details
-
DateMonthGrouper
public DateMonthGrouper()
-
-
Method Details
-
getAvailableGroups
-
getValue
Description copied from interface:ObjectGrouperGets the group value after this value is grouped. If two objects return the same value in this getGroupValue method, the two objects are considered as one group. We assume all values returned from this method are of the same type which is returned inObjectGrouper.getType().- Parameters:
value- the value- Returns:
- the value after grouped.
-
getName
Description copied from interface:ObjectGrouperGets the name of this object grouper.- Returns:
- the name of this grouper.
-
getConverterContext
Description copied from interface:ObjectGrouperGets the converter context for the value returned from this object grouper. This converter context will be used to find the ObjectConverter that will convert the value returned fromObjectGrouper.getValue(Object)method to String so that it can be displayed somewhere.- Specified by:
getConverterContextin interfaceObjectGrouper- Overrides:
getConverterContextin classAbstractObjectGrouper- Returns:
- the converter context.
-