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, getDataPointVOprivate 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.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionvoid addChartPoint(java.lang.String xid,
java.lang.String color)
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupport