com.stimulsoft.report.components
Class StiCrossHeaderInteraction

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.report.components.StiInteraction
          extended by com.stimulsoft.report.components.StiCrossHeaderInteraction
All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiInteractionClass, IStiReportProperty, java.lang.Cloneable

public class StiCrossHeaderInteraction
extends StiInteraction

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.report.components.StiInteraction
drillDownPageGuid, ParentComponent
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiCrossHeaderInteraction()
           
 
Method Summary
 boolean getCollapsingEnabled()
          Value which indicates whether it is allowed or not data collapsing in the report viewer.
 boolean isDefault()
           
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setCollapsingEnabled(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, setToolTip
 
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
 

Constructor Detail

StiCrossHeaderInteraction

public StiCrossHeaderInteraction()
Method Detail

isDefault

public boolean isDefault()
Specified by:
isDefault in interface IStiDefault
Overrides:
isDefault in class StiInteraction

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

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Specified by:
SaveToJsonObject in interface IStiJsonReportObject
Overrides:
SaveToJsonObject in class StiInteraction
Throws:
JSONException

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
Specified by:
LoadFromJsonObject in interface IStiJsonReportObject
Overrides:
LoadFromJsonObject in class StiInteraction
Throws:
JSONException