Class DateChartParam
- 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.DateChartParam
-
- All Implemented Interfaces:
ChartParam
public class DateChartParam extends DateFormatChartParam
-
-
Field Summary
-
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
-
Fields inherited from class com.xpn.xwiki.plugin.charts.params.LocaleChartParam
COUNTRY, LANGUAGE, VARIANT
-
Fields inherited from class com.xpn.xwiki.plugin.charts.params.AbstractChartParam
LIST_SEPARATOR, MAP_ASSIGNMENT, MAP_SEPARATOR, name, optional
-
-
Constructor Summary
Constructors Constructor Description DateChartParam(String name)
DateChartParam(String name, boolean optional)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
convert(String value)
Class
getType()
-
Methods inherited from class com.xpn.xwiki.plugin.charts.params.DateFormatChartParam
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
-
-
-
-
Method Detail
-
getType
public Class getType()
- Specified by:
getType
in interfaceChartParam
- Overrides:
getType
in classDateFormatChartParam
-
convert
public Object convert(String value) throws ParamException
- Specified by:
convert
in interfaceChartParam
- Overrides:
convert
in classDateFormatChartParam
- Throws:
ParamException
-
-