Package com.jalios.jcms.taglib
Class FlotChartTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- com.jalios.jcms.taglib.AbstractFlotChartTag
-
- com.jalios.jcms.taglib.FlotChartTag
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class FlotChartTag extends AbstractFlotChartTag
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.jalios.jcms.taglib.AbstractFlotChartTag
chartInstance, JCMS_TAG_FLOT_CHART_INSTANCE
-
-
Constructor Summary
Constructors Constructor Description FlotChartTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractFlotChart
createNewFlotInstance()
protected void
setProperties(AbstractFlotChart chart)
-
Methods inherited from class com.jalios.jcms.taglib.AbstractFlotChartTag
doEndTag, doStartTag, getExternalLegend, getHeight, getJsDisplayEventName, getName, getPageContext, getSelectableLegend, getWidth, release, setExternalLegend, setHeight, setJsDisplayEventName, setName, setPageContext, setSelectableLegend, setWidth
-
-
-
-
Method Detail
-
createNewFlotInstance
protected AbstractFlotChart createNewFlotInstance()
- Specified by:
createNewFlotInstance
in classAbstractFlotChartTag
-
setProperties
protected void setProperties(AbstractFlotChart chart)
- Specified by:
setProperties
in classAbstractFlotChartTag
-
-