|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.components.StiInteraction
public class StiInteraction
Field Summary | |
---|---|
java.lang.String |
drillDownPageGuid
|
StiComponent |
ParentComponent
|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiInteraction()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
StiBookmarkExpression |
getBookmark()
Gets or sets the expression to fill a component bookmark. |
boolean |
getDrillDownEnabled()
Gets or sets value which indicates whether the Drill-Down operation can be executed. |
StiDrillDownMode |
getDrillDownMode()
|
StiPage |
getDrillDownPage()
Gets or sets a page for the Drill-Down operation. |
java.lang.String |
getDrillDownPageGuid()
|
StiDrillDownParameter |
getDrillDownParameter1()
Gets or sets first Drill-Down parameter. |
StiDrillDownParameter |
getDrillDownParameter2()
Gets or sets second Drill-Down parameter. |
StiDrillDownParameter |
getDrillDownParameter3()
Gets or sets third Drill-Down parameter. |
StiDrillDownParameter |
getDrillDownParameter4()
Gets or sets fourth Drill-Down parameter. |
StiDrillDownParameter |
getDrillDownParameter5()
Gets or sets fifth Drill-Down parameter. |
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 component hyperlink. |
StiReport |
getReport()
Gets or sets the report in which the component is located. |
java.lang.Object |
GetReport()
|
java.lang.String[] |
GetSortColumns()
|
java.lang.String |
GetSortColumnsString()
|
java.lang.String |
GetSortDataBandName()
|
java.lang.String |
getSortingColumn()
Gets or sets a column by what data should be re-sorted in the report viewer. |
StiInteractionSortDirection |
getSortingDirection()
|
boolean |
getSortingEnabled()
Gets or sets value which indicates whether it is allowed or not, using given component, data re-sorting in the report viewer. |
int |
getSortingIndex()
|
StiTagExpression |
getTag()
Gets or sets the expression to fill a component tag. |
StiToolTipExpression |
getToolTip()
Gets or sets the expression to fill a component tooltip. |
boolean |
isDefault()
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setBookmark(StiBookmarkExpression value)
|
void |
setDrillDownEnabled(boolean value)
|
void |
setDrillDownMode(StiDrillDownMode drillDownMode)
|
void |
setDrillDownPage(StiPage value)
|
void |
setDrillDownPageGuid(java.lang.String value)
|
void |
setDrillDownParameter1(StiDrillDownParameter value)
|
void |
setDrillDownParameter2(StiDrillDownParameter value)
|
void |
setDrillDownParameter3(StiDrillDownParameter value)
|
void |
setDrillDownParameter4(StiDrillDownParameter value)
|
void |
setDrillDownParameter5(StiDrillDownParameter value)
|
void |
setDrillDownReport(java.lang.String value)
|
void |
setHyperlink(StiHyperlinkExpression value)
|
void |
setSortingColumn(java.lang.String value)
|
void |
setSortingDirection(StiInteractionSortDirection value)
|
void |
setSortingEnabled(boolean value)
|
void |
setSortingIndex(int value)
|
void |
setTag(StiTagExpression value)
|
void |
setToolTip(StiToolTipExpression value)
|
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String drillDownPageGuid
public StiComponent ParentComponent
Constructor Detail |
---|
public StiInteraction()
Method Detail |
---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
JSONException
public boolean isDefault()
isDefault
in interface IStiDefault
public StiDrillDownParameter getDrillDownParameter1()
public void setDrillDownParameter1(StiDrillDownParameter value)
public StiDrillDownParameter getDrillDownParameter2()
public void setDrillDownParameter2(StiDrillDownParameter value)
public StiDrillDownParameter getDrillDownParameter3()
public void setDrillDownParameter3(StiDrillDownParameter value)
public StiDrillDownParameter getDrillDownParameter4()
public void setDrillDownParameter4(StiDrillDownParameter value)
public StiDrillDownParameter getDrillDownParameter5()
public void setDrillDownParameter5(StiDrillDownParameter value)
public StiPage getDrillDownPage()
public void setDrillDownPage(StiPage value)
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 GetSortDataBandName()
public final java.lang.String[] GetSortColumns()
public final java.lang.String GetSortColumnsString()
public final java.lang.Object GetReport()
public final java.lang.Object clone()
clone
in class java.lang.Object
public boolean getSortingEnabled()
public void setSortingEnabled(boolean value)
public java.lang.String getSortingColumn()
public void setSortingColumn(java.lang.String value)
public int getSortingIndex()
public void setSortingIndex(int value)
public StiInteractionSortDirection getSortingDirection()
public void setSortingDirection(StiInteractionSortDirection value)
public boolean getDrillDownEnabled()
public void setDrillDownEnabled(boolean value)
public java.lang.String getDrillDownReport()
public void setDrillDownReport(java.lang.String value)
public final java.lang.String getDrillDownPageGuid()
public final void setDrillDownPageGuid(java.lang.String value)
public StiBookmarkExpression getBookmark()
public void setBookmark(StiBookmarkExpression value)
public StiReport getReport()
IStiReportProperty
getReport
in interface IStiReportProperty
public StiDrillDownMode getDrillDownMode()
public void setDrillDownMode(StiDrillDownMode drillDownMode)
drillDownMode
- the drillDownMode to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |