Class StiWebDesignerOptions.ComponentsOptions

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

public class StiWebDesignerOptions.ComponentsOptions extends StiSerializedObject
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     

    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 BarCode item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the Chart item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the CheckBox item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the Clone item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the CrossTab item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the Gauge item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the Horizontal Line Primitive item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the Image item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the Map item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the Panel item in the Components menu of the designer.
    boolean
    a visibility of the PdfDigitalSignature item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the Rectangle Primitive item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the RichText item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the Rounded Rectangle Primitive item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the Shape item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the SubReport item in the Components menu of the designer.
    boolean
    a visibility of the Table item in the Bands menu of the designer.
    boolean
    Gets or sets a visibility of the Text item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the TextInCells item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the Vertical Line Primitive item in the Components menu of the designer.
    boolean
    Gets or sets a visibility of the ZipCode item in the Components menu of the designer.
    void
    setShowBarCode(boolean showBarCode)
    Gets or sets a visibility of the BarCode item in the Components menu of the designer.
    void
    setShowChart(boolean showChart)
    Gets or sets a visibility of the Chart item in the Components menu of the designer.
    void
    setShowCheckBox(boolean showCheckBox)
    Gets or sets a visibility of the CheckBox item in the Components menu of the designer.
    void
    setShowClone(boolean showClone)
    Gets or sets a visibility of the Clone item in the Components menu of the designer.
    void
    setShowCrossTab(boolean showCrossTab)
    Gets or sets a visibility of the CrossTab item in the Components menu of the designer.
    void
    setShowGauge(boolean showGauge)
    Gets or sets a visibility of the Gauge item in the Components menu of the designer.
    void
    setShowHorizontalLinePrimitive(boolean showHorizontalLinePrimitive)
    Gets or sets a visibility of the Horizontal Line Primitive item in the Components menu of the designer.
    void
    setShowImage(boolean showImage)
    Gets or sets a visibility of the Image item in the Components menu of the designer.
    void
    setShowMap(boolean showMap)
    Gets or sets a visibility of the Map item in the Components menu of the designer.
    void
    setShowPanel(boolean showPanel)
    Gets or sets a visibility of the Panel item in the Components menu of the designer.
    void
    setShowPdfDigitalSignature(boolean showPdfDigitalSignature)
    a visibility of the PdfDigitalSignature item in the Components menu of the designer.
    void
    setShowRectanglePrimitive(boolean showRectanglePrimitive)
    Gets or sets a visibility of the Rectangle Primitive item in the Components menu of the designer.
    void
    setShowRichText(boolean showRichText)
    Gets or sets a visibility of the RichText item in the Components menu of the designer.
    void
    setShowRoundedRectanglePrimitive(boolean showRoundedRectanglePrimitive)
    Gets or sets a visibility of the Rounded Rectangle Primitive item in the Components menu of the designer.
    void
    setShowShape(boolean showShape)
    Gets or sets a visibility of the Shape item in the Components menu of the designer.
    void
    setShowSubReport(boolean showSubReport)
    Gets or sets a visibility of the SubReport item in the Components menu of the designer.
    void
    setShowTable(boolean showTable)
    a visibility of the Table item in the Bands menu of the designer.
    void
    setShowText(boolean showText)
    Gets or sets a visibility of the Text item in the Components menu of the designer.
    void
    setShowTextInCells(boolean showTextInCells)
    Gets or sets a visibility of the TextInCells item in the Components menu of the designer.
    void
    setShowVerticalLinePrimitive(boolean showVerticalLinePrimitive)
    Gets or sets a visibility of the Vertical Line Primitive item in the Components menu of the designer.
    void
    setShowZipCode(boolean showZipCode)
    Gets or sets a visibility of the ZipCode item in the Components 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
  • Field Details

    • showTable

      public boolean showTable
  • Constructor Details

    • ComponentsOptions

      public ComponentsOptions()
  • Method Details

    • isShowPdfDigitalSignature

      public boolean isShowPdfDigitalSignature()
      a visibility of the PdfDigitalSignature item in the Components menu of the designer.
      Returns:
      the showPdfDigitalSignature
    • setShowPdfDigitalSignature

      public void setShowPdfDigitalSignature(boolean showPdfDigitalSignature)
      a visibility of the PdfDigitalSignature item in the Components menu of the designer.
      Parameters:
      showPdfDigitalSignature - the showPdfDigitalSignature to set
    • isShowTable

      public boolean isShowTable()
      a visibility of the Table item in the Bands menu of the designer.
      Returns:
      the showTable
    • setShowTable

      public void setShowTable(boolean showTable)
      a visibility of the Table item in the Bands menu of the designer.
      Parameters:
      showTable - the showTable to set
    • isShowText

      public boolean isShowText()
      Gets or sets a visibility of the Text item in the Components menu of the designer.
      Returns:
      the showText
    • setShowText

      public void setShowText(boolean showText)
      Gets or sets a visibility of the Text item in the Components menu of the designer.
      Parameters:
      showText - the showText to set
    • isShowTextInCells

      public boolean isShowTextInCells()
      Gets or sets a visibility of the TextInCells item in the Components menu of the designer.
      Returns:
      the showTextInCells
    • setShowTextInCells

      public void setShowTextInCells(boolean showTextInCells)
      Gets or sets a visibility of the TextInCells item in the Components menu of the designer.
      Parameters:
      showTextInCells - the showTextInCells to set
    • isShowRichText

      public boolean isShowRichText()
      Gets or sets a visibility of the RichText item in the Components menu of the designer.
      Returns:
      the showRichText
    • setShowRichText

      public void setShowRichText(boolean showRichText)
      Gets or sets a visibility of the RichText item in the Components menu of the designer.
      Parameters:
      showRichText - the showRichText to set
    • isShowImage

      public boolean isShowImage()
      Gets or sets a visibility of the Image item in the Components menu of the designer.
      Returns:
      the showImage
    • setShowImage

      public void setShowImage(boolean showImage)
      Gets or sets a visibility of the Image item in the Components menu of the designer.
      Parameters:
      showImage - the showImage to set
    • isShowBarCode

      public boolean isShowBarCode()
      Gets or sets a visibility of the BarCode item in the Components menu of the designer.
      Returns:
      the showBarCode
    • setShowBarCode

      public void setShowBarCode(boolean showBarCode)
      Gets or sets a visibility of the BarCode item in the Components menu of the designer.
      Parameters:
      showBarCode - the showBarCode to set
    • isShowShape

      public boolean isShowShape()
      Gets or sets a visibility of the Shape item in the Components menu of the designer.
      Returns:
      the showShape
    • setShowShape

      public void setShowShape(boolean showShape)
      Gets or sets a visibility of the Shape item in the Components menu of the designer.
      Parameters:
      showShape - the showShape to set
    • isShowHorizontalLinePrimitive

      public boolean isShowHorizontalLinePrimitive()
      Gets or sets a visibility of the Horizontal Line Primitive item in the Components menu of the designer.
      Returns:
      the showHorizontalLinePrimitive
    • setShowHorizontalLinePrimitive

      public void setShowHorizontalLinePrimitive(boolean showHorizontalLinePrimitive)
      Gets or sets a visibility of the Horizontal Line Primitive item in the Components menu of the designer.
      Parameters:
      showHorizontalLinePrimitive - the showHorizontalLinePrimitive to set
    • isShowVerticalLinePrimitive

      public boolean isShowVerticalLinePrimitive()
      Gets or sets a visibility of the Vertical Line Primitive item in the Components menu of the designer.
      Returns:
      the showVerticalLinePrimitive
    • setShowVerticalLinePrimitive

      public void setShowVerticalLinePrimitive(boolean showVerticalLinePrimitive)
      Gets or sets a visibility of the Vertical Line Primitive item in the Components menu of the designer.
      Parameters:
      showVerticalLinePrimitive - the showVerticalLinePrimitive to set
    • isShowRectanglePrimitive

      public boolean isShowRectanglePrimitive()
      Gets or sets a visibility of the Rectangle Primitive item in the Components menu of the designer.
      Returns:
      the showRectanglePrimitive
    • setShowRectanglePrimitive

      public void setShowRectanglePrimitive(boolean showRectanglePrimitive)
      Gets or sets a visibility of the Rectangle Primitive item in the Components menu of the designer.
      Parameters:
      showRectanglePrimitive - the showRectanglePrimitive to set
    • isShowRoundedRectanglePrimitive

      public boolean isShowRoundedRectanglePrimitive()
      Gets or sets a visibility of the Rounded Rectangle Primitive item in the Components menu of the designer.
      Returns:
      the showRoundedRectanglePrimitive
    • setShowRoundedRectanglePrimitive

      public void setShowRoundedRectanglePrimitive(boolean showRoundedRectanglePrimitive)
      Gets or sets a visibility of the Rounded Rectangle Primitive item in the Components menu of the designer.
      Parameters:
      showRoundedRectanglePrimitive - the showRoundedRectanglePrimitive to set
    • isShowPanel

      public boolean isShowPanel()
      Gets or sets a visibility of the Panel item in the Components menu of the designer.
      Returns:
      the showPanel
    • setShowPanel

      public void setShowPanel(boolean showPanel)
      Gets or sets a visibility of the Panel item in the Components menu of the designer.
      Parameters:
      showPanel - the showPanel to set
    • isShowClone

      public boolean isShowClone()
      Gets or sets a visibility of the Clone item in the Components menu of the designer.
      Returns:
      the showClone
    • setShowClone

      public void setShowClone(boolean showClone)
      Gets or sets a visibility of the Clone item in the Components menu of the designer.
      Parameters:
      showClone - the showClone to set
    • isShowCheckBox

      public boolean isShowCheckBox()
      Gets or sets a visibility of the CheckBox item in the Components menu of the designer.
      Returns:
      the showCheckBox
    • setShowCheckBox

      public void setShowCheckBox(boolean showCheckBox)
      Gets or sets a visibility of the CheckBox item in the Components menu of the designer.
      Parameters:
      showCheckBox - the showCheckBox to set
    • isShowSubReport

      public boolean isShowSubReport()
      Gets or sets a visibility of the SubReport item in the Components menu of the designer.
      Returns:
      the showSubReport
    • setShowSubReport

      public void setShowSubReport(boolean showSubReport)
      Gets or sets a visibility of the SubReport item in the Components menu of the designer.
      Parameters:
      showSubReport - the showSubReport to set
    • isShowZipCode

      public boolean isShowZipCode()
      Gets or sets a visibility of the ZipCode item in the Components menu of the designer.
      Returns:
      the showZipCode
    • setShowZipCode

      public void setShowZipCode(boolean showZipCode)
      Gets or sets a visibility of the ZipCode item in the Components menu of the designer.
      Parameters:
      showZipCode - the showZipCode to set
    • isShowChart

      public boolean isShowChart()
      Gets or sets a visibility of the Chart item in the Components menu of the designer.
      Returns:
      the showChart
    • setShowChart

      public void setShowChart(boolean showChart)
      Gets or sets a visibility of the Chart item in the Components menu of the designer.
      Parameters:
      showChart - the showChart to set
    • isShowMap

      public boolean isShowMap()
      Gets or sets a visibility of the Map item in the Components menu of the designer.
      Returns:
      the showMap
    • setShowMap

      public void setShowMap(boolean showMap)
      Gets or sets a visibility of the Map item in the Components menu of the designer.
      Parameters:
      showMap - the showMap to set
    • isShowGauge

      public boolean isShowGauge()
      Gets or sets a visibility of the Gauge item in the Components menu of the designer.
      Returns:
      the showGauge
    • setShowGauge

      public void setShowGauge(boolean showGauge)
      Gets or sets a visibility of the Gauge item in the Components menu of the designer.
      Parameters:
      showGauge - the showGauge to set
    • isShowCrossTab

      public boolean isShowCrossTab()
      Gets or sets a visibility of the CrossTab item in the Components menu of the designer.
      Returns:
      the showCrossTab
    • setShowCrossTab

      public void setShowCrossTab(boolean showCrossTab)
      Gets or sets a visibility of the CrossTab item in the Components menu of the designer.
      Parameters:
      showCrossTab - the showCrossTab to set