public class DateQuarterGrouper extends DateGrouper
Modifier and Type | Field and Description |
---|---|
static GrouperContext |
CONTEXT |
INSTANCE
Constructor and Description |
---|
DateQuarterGrouper() |
Modifier and Type | Method and Description |
---|---|
static Object[] |
getAvailableGroups() |
ConverterContext |
getConverterContext()
Gets the converter context for the value returned from this object grouper.
|
String |
getName()
Gets the name of this object grouper.
|
Object |
getValue(Object value)
Gets the group value after this value is grouped.
|
getCalendarField, getCalendarFieldAsInt, getCalendarInstance, getType
getComparatorContext
public static GrouperContext CONTEXT
public static Object[] getAvailableGroups()
public Object getValue(Object value)
ObjectGrouper
ObjectGrouper.getType()
.value
- the valuepublic String getName()
ObjectGrouper
public ConverterContext getConverterContext()
ObjectGrouper
ObjectGrouper.getValue(Object)
method to String
so that it can be displayed somewhere.getConverterContext
in interface ObjectGrouper
getConverterContext
in class AbstractObjectGrouper