|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.chart.view.series.StiSeriesInteraction
public class StiSeriesInteraction
Field Summary | |
---|---|
StiSeries |
ParentSeries
|
Constructor Summary | |
---|---|
StiSeriesInteraction()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
boolean |
getAllowSeries()
Gets or sets value which indicates that the Drill-Down operation can be executed for Series. |
boolean |
getAllowSeriesElements()
Gets or sets value which indicates that the Drill-Down operation can be executed for Series Elements. |
boolean |
getDrillDownEnabled()
Gets or sets value which indicates whether the Drill-Down operation can be executed. |
StiPage |
getDrillDownPage()
Gets or sets a page for the Drill-Down operation. |
java.lang.String |
getDrillDownPageGuid()
|
java.lang.String |
getDrillDownReport()
Gets or sets a path to a report for the Drill-Down operation. |
StiHyperlinkExpression |
getHyperlink()
Gets or sets an expression to fill a series hyperlink. |
java.lang.String |
getHyperlinkDataColumn()
Gets or sets a name of the column that contains the hyperlink value. |
boolean |
getIsDefault()
|
StiListOfHyperlinksExpression |
getListOfHyperlinks()
Gets or sets the expression to fill a list of hyperlinks. |
StiListOfTagsExpression |
getListOfTags()
Gets or sets the expression to fill a list of tags. |
StiListOfToolTipsExpression |
getListOfToolTips()
Gets or sets the expression to fill a list of tool tips. |
StiComponent |
getParentComponent()
|
StiReport |
getReport()
Gets or sets the report in which the component is located. |
java.lang.Object |
GetReport()
|
StiTagExpression |
getTag()
Gets or sets the expression to fill a series tag. |
java.lang.String |
getTagDataColumn()
Gets or sets a name of the column that contains the tag value. |
StiToolTipExpression |
getToolTip()
Gets or sets the expression to fill a series tooltip. |
java.lang.String |
getToolTipDataColumn()
Gets or sets a name of the column that contains the tool tip value. |
boolean |
isDefault()
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowSeries(boolean value)
|
void |
setAllowSeriesElements(boolean value)
|
void |
setDrillDownEnabled(boolean value)
|
void |
setDrillDownPage(StiPage value)
|
void |
setDrillDownPageGuid(java.lang.String value)
|
void |
setDrillDownReport(java.lang.String value)
|
void |
setHyperlink(StiHyperlinkExpression value)
|
void |
setHyperlinkDataColumn(java.lang.String value)
|
void |
setListOfHyperlinks(StiListOfHyperlinksExpression value)
|
void |
setListOfTags(StiListOfTagsExpression value)
|
void |
setListOfToolTips(StiListOfToolTipsExpression value)
|
void |
setTag(StiTagExpression value)
|
void |
setTagDataColumn(java.lang.String value)
|
void |
setToolTip(StiToolTipExpression value)
|
void |
setToolTipDataColumn(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public StiSeries ParentSeries
Constructor Detail |
---|
public StiSeriesInteraction()
Method Detail |
---|
public final java.lang.Object GetReport()
public final java.lang.Object clone()
clone
in class java.lang.Object
public boolean getIsDefault()
public StiHyperlinkExpression getHyperlink()
public void setHyperlink(StiHyperlinkExpression value)
public StiTagExpression getTag()
public void setTag(StiTagExpression value)
public StiToolTipExpression getToolTip()
public void setToolTip(StiToolTipExpression value)
public final java.lang.String getHyperlinkDataColumn()
public final void setHyperlinkDataColumn(java.lang.String value)
public final java.lang.String getTagDataColumn()
public final void setTagDataColumn(java.lang.String value)
public final java.lang.String getToolTipDataColumn()
public final void setToolTipDataColumn(java.lang.String value)
public StiListOfHyperlinksExpression getListOfHyperlinks()
public void setListOfHyperlinks(StiListOfHyperlinksExpression value)
public StiListOfTagsExpression getListOfTags()
public void setListOfTags(StiListOfTagsExpression value)
public StiListOfToolTipsExpression getListOfToolTips()
public void setListOfToolTips(StiListOfToolTipsExpression value)
public boolean getAllowSeries()
getAllowSeries
in interface IStiSeriesInteraction
public void setAllowSeries(boolean value)
setAllowSeries
in interface IStiSeriesInteraction
public boolean getAllowSeriesElements()
getAllowSeriesElements
in interface IStiSeriesInteraction
public void setAllowSeriesElements(boolean value)
setAllowSeriesElements
in interface IStiSeriesInteraction
public boolean getDrillDownEnabled()
getDrillDownEnabled
in interface IStiSeriesInteraction
public void setDrillDownEnabled(boolean value)
setDrillDownEnabled
in interface IStiSeriesInteraction
public java.lang.String getDrillDownReport()
public void setDrillDownReport(java.lang.String value)
public StiPage getDrillDownPage()
public void setDrillDownPage(StiPage value)
public final java.lang.String getDrillDownPageGuid()
public final void setDrillDownPageGuid(java.lang.String value)
public final StiComponent getParentComponent()
public boolean isDefault()
isDefault
in interface IStiDefault
public StiReport getReport()
IStiReportProperty
getReport
in interface IStiReportProperty
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |