public class ChartHyperPoplink extends ChartHyperlink
CHART_SIZE, CHART_SOURCE_NAMECALLBACK, FEEDBACKMAP, paraMap, parameters, RECALCULATE_TAGXML_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
|
isPostfeatures4NewWindow, features4NewWindow, getHeight, getTargetFrame, getTitle, getWidth, para2JSON, putExtendParameters, putExtendParameters, setHeight, setLinkTitle, setTargetFrame, setWidthpublic void setChartDigTitle(java.lang.String chartDigTitle)
public java.lang.String getChartDigTitle()
public java.lang.String getChartOpCmd()
getChartOpCmd 在类中 ChartHyperlinkpublic boolean isRealeted()
isRealeted 在类中 ChartHyperlinkpublic void setChartCollection(BaseChartCollection cc)
public BaseChartCollection getChartCollection()
protected java.lang.String actionJS(Repository repo)
actionJS 在类中 AbstractJavaScriptprotected JSONObject createParaJSON(Repository repo) throws JSONException
createParaJSON 在类中 ChartHyperlinkJSONExceptionpublic JSONObject createJSONObject(Repository repo) throws JSONException
createJSONObject 在接口中 JavaScriptcreateJSONObject 在类中 Hyperlinkrepo - 报表请求上下文对象JSONExceptionprotected java.lang.String getHyperlinkType()
HyperlinkgetHyperlinkType 在类中 Hyperlinkprotected JSONObject createPara(Repository repo) throws JSONException
HyperlinkcreatePara 在类中 Hyperlinkrepo - 浏览器上下文JSONExceptionpublic void readXML(XMLableReader reader)
HyperlinkreadXML 在接口中 XMLReadablereadXML 在类中 Hyperlinkreader - the element.XMLableReaderpublic void writeXML(XMLPrintWriter writer)
Hyperlinkpublic boolean equals(java.lang.Object obj)
equals 在类中 ChartHyperlinkpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone 在接口中 FCloneableclone 在类中 AbstractJavaScriptjava.lang.CloneNotSupportedException - 如果克隆失败则抛出此异常