|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
hep.aida.web.taglib.jsp20.DataPointSetTagImpl
public class DataPointSetTagImpl
Constructor Summary | |
---|---|
DataPointSetTagImpl()
|
Method Summary | |
---|---|
void |
doTag()
|
DataPointSetTagSupport |
getDataPointSetTagSupport()
|
void |
setScope(String scope)
Set the scope of the output variable. |
void |
setTitle(String title)
Set the title of the DataPointSet. |
void |
setTuple(Object tuple)
Set the ITuple used to fill the IDataPointSet . |
void |
setVar(String var)
Set the name of the output variable for the IDataPointSet . |
void |
setXaxisColumn(String xAxisColumn)
Set the column name from the ITuple to use for the x-axis values. |
void |
setYaxisColumn(String yAxisColumn)
Set the column name from the ITuple to use for the y-axis values. |
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataPointSetTagImpl()
Method Detail |
---|
public DataPointSetTagSupport getDataPointSetTagSupport()
public void doTag() throws javax.servlet.jsp.JspException
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
javax.servlet.jsp.JspException
public void setVar(String var)
DataPointSetTag
IDataPointSet
. This
is a required attribute. If the scope is not specified (see
DataPointSetTag.setScope(String)
) then the ITuple
will be stored in
page
scope.
setVar
in interface DataPointSetTag
var
- the name of the output variableDataPointSetTag.setScope(String)
public void setScope(String scope)
DataPointSetTag
page
,request
,
session
or application
. The default is
page
.
setScope
in interface DataPointSetTag
scope
- scope of the output variableDataPointSetTag.setVar(String)
public void setTuple(Object tuple)
DataPointSetTag
ITuple
used to fill the IDataPointSet
. This can
be an instance of IDataPointSet
, or the name of a variable in a
JSP scope holding an IDataPointSet
.
setTuple
in interface DataPointSetTag
tuple
- the ITuple
used to fill the IDataPointSet
public void setXaxisColumn(String xAxisColumn)
DataPointSetTag
ITuple
to use for the x-axis values.
This is a required attribute.
setXaxisColumn
in interface DataPointSetTag
xAxisColumn
- the column name from the ITuple
to use for the x-axis
values.DataPointSetTag.setTuple(Object)
public void setYaxisColumn(String yAxisColumn)
DataPointSetTag
ITuple
to use for the y-axis values.
This is a required attribute.
setYaxisColumn
in interface DataPointSetTag
yAxisColumn
- the column name from the ITuple
to use for the y-axis
values.DataPointSetTag.setTuple(Object)
public void setTitle(String title)
DataPointSetTag
setTitle
in interface DataPointSetTag
title
- the title of the IDataPointSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |