Package com.stimulsoft.webdesigner
Class StiWebDesignerOptions.CrossBandsOptions
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.CrossBandsOptions
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef
- Enclosing class:
StiWebDesignerOptions
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets or sets a visibility of the CrossDataBand item in the CrossBands menu of the designer.booleanGets or sets a visibility of the CrossFooterBand item in the CrossBands menu of the designer.booleanGets or sets a visibility of the CrossGroupFooterBand item in the CrossBands menu of the designer.booleanGets or sets a visibility of the CrossGroupHeaderBand item in the CrossBands menu of the designer.booleanGets or sets a visibility of the CrossHeaderBand item in the CrossBands menu of the designer.voidsetShowCrossDataBand(boolean showCrossDataBand) Gets or sets a visibility of the CrossDataBand item in the CrossBands menu of the designer.voidsetShowCrossFooterBand(boolean showCrossFooterBand) Gets or sets a visibility of the CrossFooterBand item in the CrossBands menu of the designer.voidsetShowCrossGroupFooterBand(boolean showCrossGroupFooterBand) Gets or sets a visibility of the CrossGroupFooterBand item in the CrossBands menu of the designer.voidsetShowCrossGroupHeaderBand(boolean showCrossGroupHeaderBand) Gets or sets a visibility of the CrossGroupHeaderBand item in the CrossBands menu of the designer.voidsetShowCrossHeaderBand(boolean showCrossHeaderBand) Gets or sets a visibility of the CrossHeaderBand item in the CrossBands menu of the designer.Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
CrossBandsOptions
public CrossBandsOptions()
-
-
Method Details
-
isShowCrossGroupHeaderBand
public boolean isShowCrossGroupHeaderBand()Gets or sets a visibility of the CrossGroupHeaderBand item in the CrossBands menu of the designer.- Returns:
- the showCrossGroupHeaderBand
-
setShowCrossGroupHeaderBand
public void setShowCrossGroupHeaderBand(boolean showCrossGroupHeaderBand) Gets or sets a visibility of the CrossGroupHeaderBand item in the CrossBands menu of the designer.- Parameters:
showCrossGroupHeaderBand- the showCrossGroupHeaderBand to set
-
isShowCrossHeaderBand
public boolean isShowCrossHeaderBand()Gets or sets a visibility of the CrossHeaderBand item in the CrossBands menu of the designer.- Returns:
- the showCrossHeaderBand
-
setShowCrossHeaderBand
public void setShowCrossHeaderBand(boolean showCrossHeaderBand) Gets or sets a visibility of the CrossHeaderBand item in the CrossBands menu of the designer.- Parameters:
showCrossHeaderBand- the showCrossHeaderBand to set
-
isShowCrossDataBand
public boolean isShowCrossDataBand()Gets or sets a visibility of the CrossDataBand item in the CrossBands menu of the designer.- Returns:
- the showCrossDataBand
-
setShowCrossDataBand
public void setShowCrossDataBand(boolean showCrossDataBand) Gets or sets a visibility of the CrossDataBand item in the CrossBands menu of the designer.- Parameters:
showCrossDataBand- the showCrossDataBand to set
-