com.stimulsoft.webdesigner
Class StiWebDesignerOptions.BandsOptions

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

public class StiWebDesignerOptions.BandsOptions
extends java.lang.Object


Constructor Summary
StiWebDesignerOptions.BandsOptions()
           
 
Method Summary
 boolean isShowChildBand()
          Gets or sets a visibility of the ChildBand item in the Bands menu of the designer.
 boolean isShowColumnFooterBand()
          Gets or sets a visibility of the ColumnFooterBand item in the Bands menu of the designer.
 boolean isShowColumnHeaderBand()
          Gets or sets a visibility of the ColumnHeaderBand item in the Bands menu of the designer.
 boolean isShowDataBand()
          Gets or sets a visibility of the DataBand item in the Bands menu of the designer.
 boolean isShowEmptyBand()
          Gets or sets a visibility of the EmptyBand item in the Bands menu of the designer.
 boolean isShowFooterBand()
          Gets or sets a visibility of the FooterBand item in the Bands menu of the designer.
 boolean isShowGroupFooterBand()
          Gets or sets a visibility of the GroupFooterBand item in the Bands menu of the designer.
 boolean isShowGroupHeaderBand()
          Gets or sets a visibility of the GroupHeaderBand item in the Bands menu of the designer.
 boolean isShowHeaderBand()
          Gets or sets a visibility of the HeaderBand item in the Bands menu of the designer.
 boolean isShowHierarchicalBand()
          Gets or sets a visibility of the HierarchicalBand item in the Bands menu of the designer.
 boolean isShowOverlayBand()
          Gets or sets a visibility of the OverlayBand item in the Bands menu of the designer.
 boolean isShowPageFooterBand()
          Gets or sets a visibility of the PageFooterBand item in the Bands menu of the designer.
 boolean isShowPageHeaderBand()
          Gets or sets a visibility of the PageHeaderBand item in the Bands menu of the designer.
 boolean isShowReportSummaryBand()
          Gets or sets a visibility of the ReportSummaryBand item in the Bands menu of the designer.
 boolean isShowReportTitleBand()
          Gets or sets a visibility of the ReportTitleBand item in the Bands menu of the designer.
 boolean isShowTable()
          Gets or sets a visibility of the Table item in the Bands menu of the designer.
 boolean isShowTableOfContents()
          a visibility of the TableOfContents item in the Bands menu of the designer.
 void setShowChildBand(boolean showChildBand)
          Gets or sets a visibility of the ChildBand item in the Bands menu of the designer.
 void setShowColumnFooterBand(boolean showColumnFooterBand)
          Gets or sets a visibility of the ColumnFooterBand item in the Bands menu of the designer.
 void setShowColumnHeaderBand(boolean showColumnHeaderBand)
          Gets or sets a visibility of the ColumnHeaderBand item in the Bands menu of the designer.
 void setShowDataBand(boolean showDataBand)
          Gets or sets a visibility of the DataBand item in the Bands menu of the designer.
 void setShowEmptyBand(boolean showEmptyBand)
          Gets or sets a visibility of the EmptyBand item in the Bands menu of the designer.
 void setShowFooterBand(boolean showFooterBand)
          Gets or sets a visibility of the FooterBand item in the Bands menu of the designer.
 void setShowGroupFooterBand(boolean showGroupFooterBand)
          Gets or sets a visibility of the GroupFooterBand item in the Bands menu of the designer.
 void setShowGroupHeaderBand(boolean showGroupHeaderBand)
          Gets or sets a visibility of the GroupHeaderBand item in the Bands menu of the designer.
 void setShowHeaderBand(boolean showHeaderBand)
          Gets or sets a visibility of the HeaderBand item in the Bands menu of the designer.
 void setShowHierarchicalBand(boolean showHierarchicalBand)
          Gets or sets a visibility of the HierarchicalBand item in the Bands menu of the designer.
 void setShowOverlayBand(boolean showOverlayBand)
          Gets or sets a visibility of the OverlayBand item in the Bands menu of the designer.
 void setShowPageFooterBand(boolean showPageFooterBand)
          Gets or sets a visibility of the PageFooterBand item in the Bands menu of the designer.
 void setShowPageHeaderBand(boolean showPageHeaderBand)
          Gets or sets a visibility of the PageHeaderBand item in the Bands menu of the designer.
 void setShowReportSummaryBand(boolean showReportSummaryBand)
          Gets or sets a visibility of the ReportSummaryBand item in the Bands menu of the designer.
 void setShowReportTitleBand(boolean showReportTitleBand)
          Gets or sets a visibility of the ReportTitleBand item in the Bands menu of the designer.
 void setShowTable(boolean showTable)
          Gets or sets a visibility of the Table item in the Bands menu of the designer.
 void setShowTableOfContents(boolean showTableOfContents)
          a visibility of the TableOfContents item in the Bands menu of the designer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiWebDesignerOptions.BandsOptions

public StiWebDesignerOptions.BandsOptions()
Method Detail

isShowTableOfContents

public boolean isShowTableOfContents()
a visibility of the TableOfContents item in the Bands menu of the designer.

Returns:
the showTableOfContents

setShowTableOfContents

public void setShowTableOfContents(boolean showTableOfContents)
a visibility of the TableOfContents item in the Bands menu of the designer.

Parameters:
showTableOfContents - the showTableOfContents to set

isShowReportTitleBand

public boolean isShowReportTitleBand()
Gets or sets a visibility of the ReportTitleBand item in the Bands menu of the designer.

Returns:
the showReportTitleBand

setShowReportTitleBand

public void setShowReportTitleBand(boolean showReportTitleBand)
Gets or sets a visibility of the ReportTitleBand item in the Bands menu of the designer.

Parameters:
showReportTitleBand - the showReportTitleBand to set

isShowReportSummaryBand

public boolean isShowReportSummaryBand()
Gets or sets a visibility of the ReportSummaryBand item in the Bands menu of the designer.

Returns:
the showReportSummaryBand

setShowReportSummaryBand

public void setShowReportSummaryBand(boolean showReportSummaryBand)
Gets or sets a visibility of the ReportSummaryBand item in the Bands menu of the designer.

Parameters:
showReportSummaryBand - the showReportSummaryBand to set

isShowPageHeaderBand

public boolean isShowPageHeaderBand()
Gets or sets a visibility of the PageHeaderBand item in the Bands menu of the designer.

Returns:
the showPageHeaderBand

setShowPageHeaderBand

public void setShowPageHeaderBand(boolean showPageHeaderBand)
Gets or sets a visibility of the PageHeaderBand item in the Bands menu of the designer.

Parameters:
showPageHeaderBand - the showPageHeaderBand to set

isShowPageFooterBand

public boolean isShowPageFooterBand()
Gets or sets a visibility of the PageFooterBand item in the Bands menu of the designer.

Returns:
the showPageFooterBand

setShowPageFooterBand

public void setShowPageFooterBand(boolean showPageFooterBand)
Gets or sets a visibility of the PageFooterBand item in the Bands menu of the designer.

Parameters:
showPageFooterBand - the showPageFooterBand to set

isShowGroupHeaderBand

public boolean isShowGroupHeaderBand()
Gets or sets a visibility of the GroupHeaderBand item in the Bands menu of the designer.

Returns:
the showGroupHeaderBand

setShowGroupHeaderBand

public void setShowGroupHeaderBand(boolean showGroupHeaderBand)
Gets or sets a visibility of the GroupHeaderBand item in the Bands menu of the designer.

Parameters:
showGroupHeaderBand - the showGroupHeaderBand to set

isShowGroupFooterBand

public boolean isShowGroupFooterBand()
Gets or sets a visibility of the GroupFooterBand item in the Bands menu of the designer.

Returns:
the showGroupFooterBand

setShowGroupFooterBand

public void setShowGroupFooterBand(boolean showGroupFooterBand)
Gets or sets a visibility of the GroupFooterBand item in the Bands menu of the designer.

Parameters:
showGroupFooterBand - the showGroupFooterBand to set

isShowHeaderBand

public boolean isShowHeaderBand()
Gets or sets a visibility of the HeaderBand item in the Bands menu of the designer.

Returns:
the showHeaderBand

setShowHeaderBand

public void setShowHeaderBand(boolean showHeaderBand)
Gets or sets a visibility of the HeaderBand item in the Bands menu of the designer.

Parameters:
showHeaderBand - the showHeaderBand to set

isShowFooterBand

public boolean isShowFooterBand()
Gets or sets a visibility of the FooterBand item in the Bands menu of the designer.

Returns:
the showFooterBand

setShowFooterBand

public void setShowFooterBand(boolean showFooterBand)
Gets or sets a visibility of the FooterBand item in the Bands menu of the designer.

Parameters:
showFooterBand - the showFooterBand to set

isShowColumnHeaderBand

public boolean isShowColumnHeaderBand()
Gets or sets a visibility of the ColumnHeaderBand item in the Bands menu of the designer.

Returns:
the showColumnHeaderBand

setShowColumnHeaderBand

public void setShowColumnHeaderBand(boolean showColumnHeaderBand)
Gets or sets a visibility of the ColumnHeaderBand item in the Bands menu of the designer.

Parameters:
showColumnHeaderBand - the showColumnHeaderBand to set

isShowColumnFooterBand

public boolean isShowColumnFooterBand()
Gets or sets a visibility of the ColumnFooterBand item in the Bands menu of the designer.

Returns:
the showColumnFooterBand

setShowColumnFooterBand

public void setShowColumnFooterBand(boolean showColumnFooterBand)
Gets or sets a visibility of the ColumnFooterBand item in the Bands menu of the designer.

Parameters:
showColumnFooterBand - the showColumnFooterBand to set

isShowDataBand

public boolean isShowDataBand()
Gets or sets a visibility of the DataBand item in the Bands menu of the designer.

Returns:
the showDataBand

setShowDataBand

public void setShowDataBand(boolean showDataBand)
Gets or sets a visibility of the DataBand item in the Bands menu of the designer.

Parameters:
showDataBand - the showDataBand to set

isShowHierarchicalBand

public boolean isShowHierarchicalBand()
Gets or sets a visibility of the HierarchicalBand item in the Bands menu of the designer.

Returns:
the showHierarchicalBand

setShowHierarchicalBand

public void setShowHierarchicalBand(boolean showHierarchicalBand)
Gets or sets a visibility of the HierarchicalBand item in the Bands menu of the designer.

Parameters:
showHierarchicalBand - the showHierarchicalBand to set

isShowChildBand

public boolean isShowChildBand()
Gets or sets a visibility of the ChildBand item in the Bands menu of the designer.

Returns:
the showChildBand

setShowChildBand

public void setShowChildBand(boolean showChildBand)
Gets or sets a visibility of the ChildBand item in the Bands menu of the designer.

Parameters:
showChildBand - the showChildBand to set

isShowEmptyBand

public boolean isShowEmptyBand()
Gets or sets a visibility of the EmptyBand item in the Bands menu of the designer.

Returns:
the showEmptyBand

setShowEmptyBand

public void setShowEmptyBand(boolean showEmptyBand)
Gets or sets a visibility of the EmptyBand item in the Bands menu of the designer.

Parameters:
showEmptyBand - the showEmptyBand to set

isShowOverlayBand

public boolean isShowOverlayBand()
Gets or sets a visibility of the OverlayBand item in the Bands menu of the designer.

Returns:
the showOverlayBand

setShowOverlayBand

public void setShowOverlayBand(boolean showOverlayBand)
Gets or sets a visibility of the OverlayBand item in the Bands menu of the designer.

Parameters:
showOverlayBand - the showOverlayBand to set

isShowTable

public boolean isShowTable()
Gets or sets a visibility of the Table item in the Bands menu of the designer.

Returns:
the showTable

setShowTable

public void setShowTable(boolean showTable)
Gets or sets a visibility of the Table item in the Bands menu of the designer.

Parameters:
showTable - the showTable to set