com.jalios.jcms.taglib
Class FlotPieChartTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.jalios.jcms.taglib.AbstractFlotChartTag
          extended by com.jalios.jcms.taglib.FlotPieChartTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class FlotPieChartTag
extends AbstractFlotChartTag

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jalios.jcms.taglib.AbstractFlotChartTag
chartInstance, JCMS_TAG_FLOT_CHART_INSTANCE
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
FlotPieChartTag()
           
 
Method Summary
protected  AbstractFlotChart createNewFlotInstance()
           
 void release()
           
 void setColorIndexList(List<Integer> colorIndexList)
           
protected  void setProperties(AbstractFlotChart chart)
           
 void setValuesMap(Map<String,Double> valuesMap)
           
 
Methods inherited from class com.jalios.jcms.taglib.AbstractFlotChartTag
doEndTag, doStartTag, getExternalLegend, getHeight, getJsDisplayEventName, getName, getPageContext, getSelectableLegend, getWidth, setExternalLegend, setHeight, setJsDisplayEventName, setName, setPageContext, setSelectableLegend, setWidth
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlotPieChartTag

public FlotPieChartTag()
Method Detail

setValuesMap

public void setValuesMap(Map<String,Double> valuesMap)

setColorIndexList

public void setColorIndexList(List<Integer> colorIndexList)

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class AbstractFlotChartTag

setProperties

protected void setProperties(AbstractFlotChart chart)
Specified by:
setProperties in class AbstractFlotChartTag

createNewFlotInstance

protected AbstractFlotChart createNewFlotInstance()
Specified by:
createNewFlotInstance in class AbstractFlotChartTag


Copyright © 2001-2010 Jalios SA. All Rights Reserved.