Package com.stimulsoft.report.components
Class StiCrossHeaderInteraction
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.components.StiInteraction
com.stimulsoft.report.components.StiCrossHeaderInteraction
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiInteractionClass,IStiReportProperty,Cloneable
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.components.StiInteraction
drillDownPageGuid, ParentComponentFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanValue which indicates whether it is allowed or not data collapsing in the report viewer.booleanvoidLoadFromJsonObject(JSONObject jObject) voidsetCollapsingEnabled(boolean collapsingEnabled) Methods inherited from class com.stimulsoft.report.components.StiInteraction
clone, getBookmark, getDrillDownEnabled, getDrillDownMode, getDrillDownPage, getDrillDownPageGuid, getDrillDownParameter1, getDrillDownParameter2, getDrillDownParameter3, getDrillDownParameter4, getDrillDownParameter5, getDrillDownReport, getHyperlink, getReport, GetReport, GetSortColumns, GetSortColumnsString, GetSortDataBandName, getSortingColumn, getSortingDirection, getSortingEnabled, getSortingIndex, getTag, getToolTip, setBookmark, setDrillDownEnabled, setDrillDownMode, setDrillDownPage, setDrillDownPageGuid, setDrillDownParameter1, setDrillDownParameter2, setDrillDownParameter3, setDrillDownParameter4, setDrillDownParameter5, setDrillDownReport, setHyperlink, setSortingColumn, setSortingDirection, setSortingEnabled, setSortingIndex, setTag, setToolTipMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
StiCrossHeaderInteraction
public StiCrossHeaderInteraction()
-
-
Method Details
-
isDefault
public boolean isDefault()- Specified by:
isDefaultin interfaceIStiDefault- Overrides:
isDefaultin classStiInteraction
-
getCollapsingEnabled
public boolean getCollapsingEnabled()Value which indicates whether it is allowed or not data collapsing in the report viewer.- Returns:
- the collapsingEnabled
-
setCollapsingEnabled
public void setCollapsingEnabled(boolean collapsingEnabled) - Parameters:
collapsingEnabled- the collapsingEnabled to set
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiInteraction- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiInteraction- Throws:
JSONException
-