public class ChartHyperPoplink extends ChartHyperlink
CHART_SIZE, CHART_SOURCE_NAME
CALLBACK, FEEDBACKMAP, paraMap, parameters, RECALCULATE_TAG
XML_TAG
构造器和说明 |
---|
ChartHyperPoplink() |
限定符和类型 | 方法和说明 |
---|---|
protected java.lang.String |
actionJS(Repository repo)
执行操作 所需要的JS格式.
|
java.lang.Object |
clone() |
JSONObject |
createJSONObject(Repository repo)
生成JSON表达式
|
protected JSONObject |
createPara(Repository repo)
获取超链参数
|
protected JSONObject |
createParaJSON(Repository repo) |
boolean |
equals(java.lang.Object obj) |
BaseChartCollection |
getChartCollection()
返回图表Collection
|
java.lang.String |
getChartDigTitle()
返回弹出图表标题
|
java.lang.String |
getChartOpCmd()
返回opcmd对应参数
|
protected java.lang.String |
getHyperlinkType()
获取当前超链类型
|
boolean |
isRealeted()
返回false, 弹出超链不是关联图表
|
void |
readXML(XMLableReader reader)
读取XML
|
void |
setChartCollection(BaseChartCollection cc)
设置弹出图表Collection
|
void |
setChartDigTitle(java.lang.String chartDigTitle)
设置弹出图表标题
|
void |
writeXML(XMLPrintWriter writer)
输出XML
|
isPost
features4NewWindow, features4NewWindow, getHeight, getTargetFrame, getTitle, getWidth, para2JSON, putExtendParameters, putExtendParameters, setHeight, setLinkTitle, setTargetFrame, setWidth
public void setChartDigTitle(java.lang.String chartDigTitle)
public java.lang.String getChartDigTitle()
public java.lang.String getChartOpCmd()
getChartOpCmd
在类中 ChartHyperlink
public boolean isRealeted()
isRealeted
在类中 ChartHyperlink
public void setChartCollection(BaseChartCollection cc)
public BaseChartCollection getChartCollection()
protected java.lang.String actionJS(Repository repo)
actionJS
在类中 AbstractJavaScript
protected JSONObject createParaJSON(Repository repo) throws JSONException
createParaJSON
在类中 ChartHyperlink
JSONException
public JSONObject createJSONObject(Repository repo) throws JSONException
createJSONObject
在接口中 JavaScript
createJSONObject
在类中 Hyperlink
repo
- 报表请求上下文对象JSONException
protected java.lang.String getHyperlinkType()
Hyperlink
getHyperlinkType
在类中 Hyperlink
protected JSONObject createPara(Repository repo) throws JSONException
Hyperlink
createPara
在类中 Hyperlink
repo
- 浏览器上下文JSONException
public void readXML(XMLableReader reader)
Hyperlink
readXML
在接口中 XMLReadable
readXML
在类中 Hyperlink
reader
- the element.XMLableReader
public void writeXML(XMLPrintWriter writer)
Hyperlink
public boolean equals(java.lang.Object obj)
equals
在类中 ChartHyperlink
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
在接口中 FCloneable
clone
在类中 AbstractJavaScript
java.lang.CloneNotSupportedException
- 如果克隆失败则抛出此异常