railo.runtime.tag
Class Chartseries
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
railo.runtime.tag.Chartseries
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
public final class Chartseries
- extends BodyTagImpl
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
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 |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
Chartseries
public Chartseries()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class BodyTagImpl
setColorlist
public void setColorlist(String strColorlist)
throws ExpressionException
- Parameters:
colorlist
- the colorlist to set
- Throws:
ExpressionException
setDatalabelstyle
public void setDatalabelstyle(String strDataLabelStyle)
throws ExpressionException
- Parameters:
dataLabelStyle
- the dataLabelStyle to set
- Throws:
ExpressionException
setItemcolumn
public void setItemcolumn(String itemColumn)
- Parameters:
itemColumn
- the itemColumn to set
setMarkerstyle
public void setMarkerstyle(String strMarkerStyle)
throws ExpressionException
- Parameters:
markerStyle
- the markerStyle to set
- Throws:
ExpressionException
setPaintstyle
public void setPaintstyle(String strPaintStyle)
throws ExpressionException
- Parameters:
paintStyle
- the paintStyle to set
- Throws:
ExpressionException
setQuery
public void setQuery(Object oQuery)
throws PageException
- Parameters:
query
- the query to set
- Throws:
PageException
setSeriescolor
public void setSeriescolor(String strSeriesColor)
throws ExpressionException
- Parameters:
seriesColor
- the seriesColor to set
- Throws:
ExpressionException
setSerieslabel
public void setSerieslabel(String seriesLabel)
- Parameters:
seriesLabel
- the seriesLabel to set
setType
public void setType(String strType)
throws ExpressionException
- Parameters:
type
- the type to set
- Throws:
ExpressionException
setValuecolumn
public void setValuecolumn(String valueColumn)
- Parameters:
valueColumn
- the valueColumn to set
addChartData
public void addChartData(ChartDataBean data)
doStartTag
public int doStartTag()
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- Throws:
javax.servlet.jsp.JspException
Copyright © 2012 Railo