Package com.stimulsoft.report.components
Class StiBandInteraction
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.components.StiInteraction
com.stimulsoft.report.components.StiBandInteraction
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiInteractionClass,IStiReportProperty,Cloneable
-
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 TypeMethodDescriptionGets or sets the boolean expression which indicates whether a group, when rendering, should be collapsed or not.booleanGets or sets value which indicates whether it is necessary GroupFooter collapsing.booleanGets or sets value which indicates whether it is allowed or not data collapsing in the report viewer.booleanGets or sets a value which indicates whether it is allowed to select one data row which is output by this DataBand.booleanvoidLoadFromJsonObject(JSONObject jObject) voidvoidsetCollapseGroupFooter(boolean value) voidsetCollapsingEnabled(boolean value) voidsetSelectionEnabled(boolean value) 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
-
StiBandInteraction
public StiBandInteraction()
-
-
Method Details
-
getCollapsingEnabled
public boolean getCollapsingEnabled()Gets or sets value which indicates whether it is allowed or not data collapsing in the report viewer. -
setCollapsingEnabled
public void setCollapsingEnabled(boolean value) -
getSelectionEnabled
public boolean getSelectionEnabled()Gets or sets a value which indicates whether it is allowed to select one data row which is output by this DataBand. -
setSelectionEnabled
public void setSelectionEnabled(boolean value) -
getCollapsed
Gets or sets the boolean expression which indicates whether a group, when rendering, should be collapsed or not. -
setCollapsed
-
isDefault
public boolean isDefault()- Specified by:
isDefaultin interfaceIStiDefault- Overrides:
isDefaultin classStiInteraction
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiInteraction- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiInteraction- Throws:
JSONException
-