com.xpn.xwiki.plugin.charts.params
Class DateTickUnitChartParam
java.lang.Object
com.xpn.xwiki.plugin.charts.params.AbstractChartParam
com.xpn.xwiki.plugin.charts.params.LocaleChartParam
com.xpn.xwiki.plugin.charts.params.DateFormatChartParam
com.xpn.xwiki.plugin.charts.params.DateTickUnitChartParam
- All Implemented Interfaces:
- ChartParam
public class DateTickUnitChartParam
- extends DateFormatChartParam
Fields inherited from class com.xpn.xwiki.plugin.charts.params.DateFormatChartParam |
CUSTOM, DATE, DATE_STYLE, DATETIME, FULL, LONG, MEDIUM, PATTERN, SHORT, TIME, TIME_STYLE, TYPE |
Method Summary |
java.lang.Object |
convert(java.lang.String value)
|
java.lang.Class |
getType()
|
void |
init()
|
Methods inherited from class com.xpn.xwiki.plugin.charts.params.AbstractChartParam |
equals, getChoiceArg, getDoubleArg, getFloatArg, getIntArg, getListArg, getName, getStringArg, getStringOptionalArg, hashCode, isOptional, parseList, parseMap, parseMap, toFloatArray, toFloatList, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
unitChoice
private java.util.Map unitChoice
DateTickUnitChartParam
public DateTickUnitChartParam(java.lang.String name)
DateTickUnitChartParam
public DateTickUnitChartParam(java.lang.String name,
boolean optional)
init
public void init()
- Overrides:
init
in class DateFormatChartParam
getType
public java.lang.Class getType()
- Specified by:
getType
in interface ChartParam
- Overrides:
getType
in class DateFormatChartParam
convert
public java.lang.Object convert(java.lang.String value)
throws ParamException
- Specified by:
convert
in interface ChartParam
- Overrides:
convert
in class DateFormatChartParam
- Throws:
ParamException
Copyright 2003 Ludovic Dubost