railo.runtime.tag
Class Chartseries

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.ext.tag.BodyTagImpl
          extended by 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


Field Summary
 
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
 
Constructor Summary
Chartseries()
           
 
Method Summary
 void addChartData(ChartDataBean data)
           
 int doEndTag()
           
 int doStartTag()
           
 void release()
           
 void setColorlist(String strColorlist)
           
 void setDatalabelstyle(String strDataLabelStyle)
           
 void setItemcolumn(String itemColumn)
           
 void setMarkerstyle(String strMarkerStyle)
           
 void setPaintstyle(String strPaintStyle)
           
 void setQuery(Object oQuery)
           
 void setSeriescolor(String strSeriesColor)
           
 void setSerieslabel(String seriesLabel)
           
 void setType(String strType)
           
 void setValuecolumn(String valueColumn)
           
 
Methods inherited from class railo.runtime.ext.tag.BodyTagImpl
doAfterBody, doInitBody, setBodyContent
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

Chartseries

public Chartseries()
Method Detail

release

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

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
See Also:
Tag.doStartTag()

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
See Also:
TagImpl.doEndTag()


Copyright © 2012 Railo