Class StiWebDesignerOptions.BandsOptions

java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.BandsOptions
All Implemented Interfaces:
IStiSerializable, IStiSerializableRef
Enclosing class:
StiWebDesignerOptions

public class StiWebDesignerOptions.BandsOptions extends StiSerializedObject
  • Field Summary

    Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef

    REFERENCE_EMPTY, REFERENCE_REPORT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets or sets a visibility of the ChildBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the ColumnFooterBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the ColumnHeaderBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the DataBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the EmptyBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the FooterBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the GroupFooterBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the GroupHeaderBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the HeaderBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the HierarchicalBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the OverlayBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the PageFooterBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the PageHeaderBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the ReportSummaryBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the ReportTitleBand item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the Table item in the Bands menu of the designer.
    boolean
    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 com.stimulsoft.base.serializing.StiSerializedObject

    cleanReference, getReference, setReference

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BandsOptions

      public BandsOptions()
  • Method Details

    • 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