Package com.stimulsoft.report.components
Class StiInteraction
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.components.StiInteraction
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiInteractionClass,IStiReportProperty,Cloneable
- Direct Known Subclasses:
StiBandInteraction,StiCrossHeaderInteraction
public class StiInteraction
extends StiSerializedObject
implements Cloneable, IStiInteractionClass, IStiReportProperty, IStiDefault, IStiJsonReportObject
-
Field Summary
FieldsFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Objectclone()Gets or sets the expression to fill a component bookmark.booleanGets or sets value which indicates whether the Drill-Down operation can be executed.Gets or sets a page for the Drill-Down operation.final StringGets or sets first Drill-Down parameter.Gets or sets second Drill-Down parameter.Gets or sets third Drill-Down parameter.Gets or sets fourth Drill-Down parameter.Gets or sets fifth Drill-Down parameter.Gets or sets a path to a report for the Drill-Down operation.Gets or sets an expression to fill a component hyperlink.Gets or sets the report in which the component is located.final Objectfinal String[]final Stringfinal StringGets or sets a column by what data should be re-sorted in the report viewer.booleanGets or sets value which indicates whether it is allowed or not, using given component, data re-sorting in the report viewer.intgetTag()Gets or sets the expression to fill a component tag.Gets or sets the expression to fill a component tooltip.booleanvoidLoadFromJsonObject(JSONObject jObject) voidsetBookmark(StiBookmarkExpression value) voidsetDrillDownEnabled(boolean value) voidsetDrillDownMode(StiDrillDownMode drillDownMode) voidsetDrillDownPage(StiPage value) final voidsetDrillDownPageGuid(String value) voidvoidvoidvoidvoidvoidsetDrillDownReport(String value) voidvoidsetSortingColumn(String value) voidvoidsetSortingEnabled(boolean value) voidsetSortingIndex(int value) voidsetTag(StiTagExpression value) voidsetToolTip(StiToolTipExpression value) Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Field Details
-
drillDownPageGuid
-
ParentComponent
-
-
Constructor Details
-
StiInteraction
public StiInteraction()
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
isDefault
public boolean isDefault()- Specified by:
isDefaultin interfaceIStiDefault
-
getDrillDownParameter1
Gets or sets first Drill-Down parameter. -
setDrillDownParameter1
-
getDrillDownParameter2
Gets or sets second Drill-Down parameter. -
setDrillDownParameter2
-
getDrillDownParameter3
Gets or sets third Drill-Down parameter. -
setDrillDownParameter3
-
getDrillDownParameter4
Gets or sets fourth Drill-Down parameter. -
setDrillDownParameter4
-
getDrillDownParameter5
Gets or sets fifth Drill-Down parameter. -
setDrillDownParameter5
-
getDrillDownPage
Gets or sets a page for the Drill-Down operation. -
setDrillDownPage
-
getHyperlink
Gets or sets an expression to fill a component hyperlink. -
setHyperlink
-
getTag
Gets or sets the expression to fill a component tag. -
setTag
-
getToolTip
Gets or sets the expression to fill a component tooltip. -
setToolTip
-
GetSortDataBandName
-
GetSortColumns
-
GetSortColumnsString
-
GetReport
-
clone
-
getSortingEnabled
public boolean getSortingEnabled()Gets or sets value which indicates whether it is allowed or not, using given component, data re-sorting in the report viewer. -
setSortingEnabled
public void setSortingEnabled(boolean value) -
getSortingColumn
Gets or sets a column by what data should be re-sorted in the report viewer. -
setSortingColumn
-
getSortingIndex
public int getSortingIndex() -
setSortingIndex
public void setSortingIndex(int value) -
getSortingDirection
-
setSortingDirection
-
getDrillDownEnabled
public boolean getDrillDownEnabled()Gets or sets value which indicates whether the Drill-Down operation can be executed. -
setDrillDownEnabled
public void setDrillDownEnabled(boolean value) -
getDrillDownReport
Gets or sets a path to a report for the Drill-Down operation. -
setDrillDownReport
-
getDrillDownPageGuid
-
setDrillDownPageGuid
-
getBookmark
Gets or sets the expression to fill a component bookmark. -
setBookmark
-
getReport
Description copied from interface:IStiReportPropertyGets or sets the report in which the component is located.- Specified by:
getReportin interfaceIStiReportProperty
-
getDrillDownMode
- Returns:
- the drillDownMode
-
setDrillDownMode
- Parameters:
drillDownMode- the drillDownMode to set
-