public class ChartTag extends ViewTagSupport
Modifier and Type | Field and Description |
---|---|
private int |
duration |
private java.lang.String |
durationType |
private int |
height |
private java.util.List<CustomViewChartPoint> |
points |
private static long |
serialVersionUID |
private CustomView |
view |
private int |
width |
Constructor and Description |
---|
ChartTag() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
addChartPoint(java.lang.String xid,
java.lang.String color) |
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setDuration(int duration) |
void |
setDurationType(java.lang.String durationType) |
void |
setHeight(int height) |
void |
setWidth(int width) |
getCustomView, getDataPointVO
private static final long serialVersionUID
private int duration
private java.lang.String durationType
private int width
private int height
private java.util.List<CustomViewChartPoint> points
private CustomView view
public void setDuration(int duration)
public void setDurationType(java.lang.String durationType)
public void setWidth(int width)
public void setHeight(int height)
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
void addChartPoint(java.lang.String xid, java.lang.String color) throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.TagSupport