com.stimulsoft.webdesigner
Class StiWebDesignerOptions.CrossBandsOptions

java.lang.Object
  extended by com.stimulsoft.webdesigner.StiWebDesignerOptions.CrossBandsOptions
Enclosing class:
StiWebDesignerOptions

public class StiWebDesignerOptions.CrossBandsOptions
extends java.lang.Object


Constructor Summary
StiWebDesignerOptions.CrossBandsOptions()
           
 
Method Summary
 boolean isShowCrossDataBand()
          Gets or sets a visibility of the CrossDataBand item in the CrossBands menu of the designer.
 boolean isShowCrossFooterBand()
          Gets or sets a visibility of the CrossFooterBand item in the CrossBands menu of the designer.
 boolean isShowCrossGroupFooterBand()
          Gets or sets a visibility of the CrossGroupFooterBand item in the CrossBands menu of the designer.
 boolean isShowCrossGroupHeaderBand()
          Gets or sets a visibility of the CrossGroupHeaderBand item in the CrossBands menu of the designer.
 boolean isShowCrossHeaderBand()
          Gets or sets a visibility of the CrossHeaderBand item in the CrossBands menu of the designer.
 void setShowCrossDataBand(boolean showCrossDataBand)
          Gets or sets a visibility of the CrossDataBand item in the CrossBands menu of the designer.
 void setShowCrossFooterBand(boolean showCrossFooterBand)
          Gets or sets a visibility of the CrossFooterBand item in the CrossBands menu of the designer.
 void setShowCrossGroupFooterBand(boolean showCrossGroupFooterBand)
          Gets or sets a visibility of the CrossGroupFooterBand item in the CrossBands menu of the designer.
 void setShowCrossGroupHeaderBand(boolean showCrossGroupHeaderBand)
          Gets or sets a visibility of the CrossGroupHeaderBand item in the CrossBands menu of the designer.
 void setShowCrossHeaderBand(boolean showCrossHeaderBand)
          Gets or sets a visibility of the CrossHeaderBand item in the CrossBands menu of the designer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiWebDesignerOptions.CrossBandsOptions

public StiWebDesignerOptions.CrossBandsOptions()
Method Detail

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

isShowCrossGroupFooterBand

public boolean isShowCrossGroupFooterBand()
Gets or sets a visibility of the CrossGroupFooterBand item in the CrossBands menu of the designer.

Returns:
the showCrossGroupFooterBand

setShowCrossGroupFooterBand

public void setShowCrossGroupFooterBand(boolean showCrossGroupFooterBand)
Gets or sets a visibility of the CrossGroupFooterBand item in the CrossBands menu of the designer.

Parameters:
showCrossGroupFooterBand - the showCrossGroupFooterBand 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

isShowCrossFooterBand

public boolean isShowCrossFooterBand()
Gets or sets a visibility of the CrossFooterBand item in the CrossBands menu of the designer.

Returns:
the showCrossFooterBand

setShowCrossFooterBand

public void setShowCrossFooterBand(boolean showCrossFooterBand)
Gets or sets a visibility of the CrossFooterBand item in the CrossBands menu of the designer.

Parameters:
showCrossFooterBand - the showCrossFooterBand 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