Class StiWebDesignerOptions

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

public class StiWebDesignerOptions extends StiSerializedObject
Copyright Stimulsoft
  • Field Details

  • Constructor Details

    • StiWebDesignerOptions

      public StiWebDesignerOptions()
  • Method Details

    • getDesignerID

      public String getDesignerID()
      Returns:
      the designerID
    • setDesignerID

      public void setDesignerID(String designerID)
      Parameters:
      designerID - the designerID to set
    • getRefreshTimeout

      public int getRefreshTimeout()
      Returns:
      the refreshTimeout
    • setRefreshTimeout

      public void setRefreshTimeout(int refreshTimeout)
      Parameters:
      refreshTimeout - the refreshTimeout to set
    • getRequestHeaderContentType

      public String getRequestHeaderContentType()
      Returns:
      the requestHeaderContentType
    • setRequestHeaderContentType

      public void setRequestHeaderContentType(String requestHeaderContentType)
      Parameters:
      requestHeaderContentType - the requestHeaderContentType to set
    • setDataAdapters

      public void setDataAdapters(List<Class<? extends StiAbstractAdapter>> dataAdapters)
      Parameters:
      dataAdapters - the dataAdapters to set
    • getDataSources

      public List<Class<? extends StiDataSource>> getDataSources()
      Returns:
      the dataSources
    • setDataSources

      public void setDataSources(List<Class<? extends StiDataSource>> dataSources)
      Parameters:
      dataSources - the dataSources to set
    • setConnectionTypes

      public void setConnectionTypes(List<Class<? extends StiDatabase>> connectionTypes)
      Parameters:
      connectionTypes - the connectionTypes to set
    • getConnectionTypes

      public List<Class<? extends StiDatabase>> getConnectionTypes()
      Returns:
      the connectionTypes
    • getEmail

    • setEmail

      public void setEmail(StiWebDesignerOptions.EmailOptions email)
    • getExports

    • setExports

      public void setExports(StiWebDesignerOptions.ExportOptions exports)
    • getPreviewToolbar

      public StiWebDesignerOptions.PreviewToolbarOptions getPreviewToolbar()
    • setPreviewToolbar

      public void setPreviewToolbar(StiWebDesignerOptions.PreviewToolbarOptions previewToolbar)
    • getLocalizationDirectory

      public String getLocalizationDirectory()
      Gets or sets a path to the localization directory for the designer.
      Returns:
      the localizationDirectory
    • setLocalizationDirectory

      public void setLocalizationDirectory(String localizationDirectory)
      Gets or sets a path to the localization directory for the designer.
      Parameters:
      localizationDirectory - the localizationDirectory to set
    • getLocalizationStream

      public InputStream getLocalizationStream()
      Returns:
      the localizationStream
    • setLocalizationStream

      public void setLocalizationStream(InputStream localizationStream)
      Parameters:
      localizationStream - the localizationStream to set
    • getAppearance

      A class which controls settings of the designer appearance.
      Returns:
      the appearance
    • getPages

      A class which controls settings of the pages.
      Returns:
      the pages
    • setPages

      public void setPages(StiWebDesignerOptions.PagesOptions pages)
      A class which controls settings of the pages.
      Parameters:
      pages - the pages to set
    • setAppearance

      public void setAppearance(StiWebDesignerOptions.AppearanceOptions appearance)
      A class which controls settings of the designer appearance.
      Parameters:
      appearance - the appearance to set
    • getBands

      A class which allows gets or sets a visibility of the specified item in the Bands menu of the designer.
      Returns:
      the bands
    • setBands

      public void setBands(StiWebDesignerOptions.BandsOptions bands)
      A class which allows gets or sets a visibility of the specified item in the Bands menu of the designer.
      Parameters:
      bands - the bands to set
    • getBehavior

      A class which controls settings of the designer behavior.
      Returns:
      the behavior
    • setBehavior

      public void setBehavior(StiWebDesignerOptions.BehaviorOptions behavior)
      A class which controls settings of the designer behavior.
      Parameters:
      behavior - the behavior to set
    • getComponents

      A class which allows gets or sets a visibility of the specified item in the Components menu of the designer.
      Returns:
      the components
    • setComponents

      public void setComponents(StiWebDesignerOptions.ComponentsOptions components)
      A class which allows gets or sets a visibility of the specified item in the Components menu of the designer.
      Parameters:
      components - the components to set
    • getCrossBands

      A class which allows gets or sets a visibility of the specified item in the CrossBands menu of the designer.
      Returns:
      the crossBands
    • setCrossBands

      public void setCrossBands(StiWebDesignerOptions.CrossBandsOptions crossBands)
      A class which allows gets or sets a visibility of the specified item in the CrossBands menu of the designer.
      Parameters:
      crossBands - the crossBands to set
    • getDictionary

      A class which controls settings of the designer dictionary.
      Returns:
      the dictionary
    • setDictionary

      public void setDictionary(StiWebDesignerOptions.DictionaryOptions dictionary)
      A class which controls settings of the designer dictionary.
      Parameters:
      dictionary - the dictionary to set
    • getFileMenu

      A class which controls settings of the designer file menu.
      Returns:
      the fileMenu
    • setFileMenu

      public void setFileMenu(StiWebDesignerOptions.FileMenuOptions fileMenu)
      A class which controls settings of the designer file menu.
      Parameters:
      fileMenu - the fileMenu to set
    • getPropertiesGrid

      public StiWebDesignerOptions.PropertiesGridOptions getPropertiesGrid()
      A class which controls settings of the designer properties grid.
      Returns:
      the propertiesGrid
    • setPropertiesGrid

      public void setPropertiesGrid(StiWebDesignerOptions.PropertiesGridOptions propertiesGrid)
      A class which controls settings of the designer properties grid.
      Parameters:
      propertiesGrid - the propertiesGrid to set
    • getServer

      A class which controls the server options.
      Returns:
      the server
    • setServer

      public void setServer(StiWebDesignerOptions.ServerOptions server)
      A class which controls the server options.
      Parameters:
      server - the server to set
    • getToolbar

      A class which controls settings of the designer toolbar.
      Returns:
      the toolbar
    • setToolbar

      public void setToolbar(StiWebDesignerOptions.ToolbarOptions toolbar)
      A class which controls settings of the designer toolbar.
      Parameters:
      toolbar - the toolbar to set
    • getTheme

      public StiWebDesignerTheme getTheme()
      Gets or sets the current visual theme which is used for drawing visual elements of the designer.
      Returns:
      the theme
    • setTheme

      public void setTheme(StiWebDesignerTheme theme)
      Gets or sets the current visual theme which is used for drawing visual elements of the designer.
      Parameters:
      theme - the theme to set
    • getLocalization

      public String getLocalization()
      Gets or sets a path to the localization file for the designer.
      Returns:
      the localization
    • setLocalization

      public void setLocalization(String localization)
      Gets or sets a path to the localization file for the designer.
      Parameters:
      localization - the localization to set
    • getWidth

      public String getWidth()
      Gets or sets the width of the viewer.
      Returns:
      the width
    • setWidth

      public void setWidth(String width)
      Gets or sets the width of the viewer.
      Parameters:
      width - the width to set
    • getHeight

      public String getHeight()
      Gets or sets the height of the viewer.
      Returns:
      the height
    • setHeight

      public void setHeight(String height)
      Gets or sets the height of the viewer.
      Parameters:
      height - the height to set
    • isServerRelativeUrls

      public boolean isServerRelativeUrls()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Server.UseRelativeUrls option instead.
      Returns:
    • setServerRelativeUrls

      public void setServerRelativeUrls(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Server.UseRelativeUrls option instead.
    • isShowAnimation

      public boolean isShowAnimation()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Appearance.ShowAnimation option instead.
    • setShowAnimation

      public void setShowAnimation(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Appearance.ShowAnimation option instead.
    • getDefaultUnit

      public StiReportUnitType getDefaultUnit()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Appearance.DefaultUnit option instead.
    • setDefaultUnit

      public void setDefaultUnit(StiReportUnitType defaultUnit)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Appearance.DefaultUnit option instead.
    • isShowSaveDialog

      public boolean isShowSaveDialog()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Behavior.ShowSaveDialog option instead.
    • setShowSaveDialog

      public void setShowSaveDialog(boolean showSaveDialog)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Behavior.ShowSaveDialog option instead.
    • isShowTooltips

      public boolean isShowTooltips()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Appearance.ShowTooltips option instead.
    • setShowTooltips

      public void setShowTooltips(boolean showTooltips)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Appearance.ShowTooltips option instead.
    • isShowTooltipsHelp

      public boolean isShowTooltipsHelp()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Appearance.ShowTooltipsHelp option instead.
    • setShowTooltipsHelp

      public void setShowTooltipsHelp(boolean showTooltipsHelp)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Appearance.ShowTooltipsHelp option instead.
    • getInterfaceType

      public StiInterfaceType getInterfaceType()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Appearance.InterfaceType option instead.
    • setInterfaceType

      public void setInterfaceType(StiInterfaceType interfaceType)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Appearance.InterfaceType option instead.
    • getSaveReportTemplateMode

      public StiSaveMode getSaveReportTemplateMode()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Behavior.SaveReportMode option instead
    • setSaveReportTemplateMode

      public void setSaveReportTemplateMode(StiSaveMode value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Behavior.SaveReportMode option instead
    • getSaveReportTemplateAsMode

      public StiSaveMode getSaveReportTemplateAsMode()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the behavior.SaveReportAsMode option instead
    • setSaveReportTemplateAsMode

      public void setSaveReportTemplateAsMode(StiSaveMode value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the behavior.SaveReportAsMode option instead
    • getDatePickerFirstDayOfWeek

      public StiFirstDayOfWeek getDatePickerFirstDayOfWeek()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the appearance.DatePickerFirstDayOfWeek option instead
    • setDatePickerFirstDayOfWeek

      public void setDatePickerFirstDayOfWeek(StiFirstDayOfWeek value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the appearance.DatePickerFirstDayOfWeek option instead
    • isShowInsertButton

      public boolean isShowInsertButton()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Toolbar.ShowInsertButton option instead
    • setShowInsertButton

      public void setShowInsertButton(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Toolbar.ShowInsertButton option instead
    • isShowPageButton

      public boolean isShowPageButton()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the toolbar.ShowPageButton option instead
    • setShowPageButton

      public void setShowPageButton(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the toolbar.ShowPageButton option instead
    • isShowLayoutButton

      public boolean isShowLayoutButton()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the toolbar.ShowLayoutButton option instead
    • setShowLayoutButton

      public void setShowLayoutButton(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the toolbar.ShowLayoutButton option instead
    • isShowPreviewButton

      public boolean isShowPreviewButton()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the toolbar.ShowPreviewButton option instead
    • setShowPreviewButton

      public void setShowPreviewButton(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the toolbar.ShowPreviewButton option instead
    • isShowSaveButton

      public boolean isShowSaveButton()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the toolbar.ShowSaveButton option instead
    • setShowSaveButton

      public void setShowSaveButton(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the toolbar.ShowSaveButton option instead
    • isShowAboutButton

      public boolean isShowAboutButton()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the toolbar.ShowAboutButton option instead
    • setShowAboutButton

      public void setShowAboutButton(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the toolbar.ShowAboutButton option instead
    • isShowFileMenu

      public boolean isShowFileMenu()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the FileMenu.Visible option instead
    • setShowFileMenu

      public void setShowFileMenu(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the FileMenu.Visible option instead
    • isShowFileMenuNew

      public boolean isShowFileMenuNew()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowNew option instead
    • setShowFileMenuNew

      public void setShowFileMenuNew(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowNew option instead
    • isShowFileMenuOpen

      public boolean isShowFileMenuOpen()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowOpen option instead
    • setShowFileMenuOpen

      public void setShowFileMenuOpen(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowOpen option instead
    • isShowFileMenuSave

      public boolean isShowFileMenuSave()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowSave option instead
    • setShowFileMenuSave

      public void setShowFileMenuSave(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowSave option instead
    • isShowFileMenuSaveAs

      public boolean isShowFileMenuSaveAs()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowSaveAs option instead
    • setShowFileMenuSaveAs

      public void setShowFileMenuSaveAs(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowSaveAs option instead
    • isShowFileMenuClose

      public boolean isShowFileMenuClose()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowClose option instead
    • setShowFileMenuClose

      public void setShowFileMenuClose(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowClose option instead
    • isShowFileMenuExit

      public boolean isShowFileMenuExit()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowExit option instead
    • setShowFileMenuExit

      public void setShowFileMenuExit(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowExit option instead
    • isShowFileMenuReportSetup

      public boolean isShowFileMenuReportSetup()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowReportSetup option instead
    • setShowFileMenuReportSetup

      public void setShowFileMenuReportSetup(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowReportSetup option instead
    • isShowFileMenuOptions

      public boolean isShowFileMenuOptions()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowOptions option instead
    • setShowFileMenuOptions

      public void setShowFileMenuOptions(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowOptions option instead
    • isShowFileMenuInfo

      public boolean isShowFileMenuInfo()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowInfo option instead
    • isShowFileMenuInfo

      public void isShowFileMenuInfo(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowInfo option instead
    • isShowFileMenuAbout

      public boolean isShowFileMenuAbout()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowAbout option instead
    • setShowFileMenuAbout

      public void setShowFileMenuAbout(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the fileMenu.ShowAbout option instead
    • isShowReportTitleBand

      public boolean isShowReportTitleBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Bands.ShowReportTitleBand option instead
    • setShowReportTitleBand

      public void setShowReportTitleBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Bands.ShowReportTitleBand option instead
    • isShowReportSummaryBand

      public boolean isShowReportSummaryBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowReportSummaryBand option instead
    • setShowReportSummaryBand

      public void setShowReportSummaryBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowReportSummaryBand option instead
    • isShowPageHeaderBand

      public boolean isShowPageHeaderBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowPageHeaderBand option instead
    • setShowPageHeaderBand

      public void setShowPageHeaderBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowPageHeaderBand option instead
    • isShowPageFooterBand

      public boolean isShowPageFooterBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowPageFooterBand option instead
    • isShowPageFooterBand

      public void isShowPageFooterBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowPageFooterBand option instead
    • isShowGroupHeaderBand

      public boolean isShowGroupHeaderBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowGroupHeaderBand option instead
    • setShowGroupHeaderBand

      public void setShowGroupHeaderBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowGroupHeaderBand option instead
    • isShowGroupFooterBand

      public boolean isShowGroupFooterBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowGroupFooterBand option instead
    • setShowGroupFooterBand

      public void setShowGroupFooterBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowGroupFooterBand option instead
    • isShowHeaderBand

      public boolean isShowHeaderBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowGroupFooterBand option instead
    • setShowHeaderBand

      public void setShowHeaderBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowGroupFooterBand option instead
    • isShowFooterBand

      public boolean isShowFooterBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowFooterBand option instead
    • setShowFooterBand

      public void setShowFooterBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowFooterBand option instead
    • isShowColumnHeaderBand

      public boolean isShowColumnHeaderBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowColumnHeaderBand option instead
    • setShowColumnHeaderBand

      public void setShowColumnHeaderBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowColumnHeaderBand option instead
    • isShowColumnFooterBand

      public boolean isShowColumnFooterBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowColumnFooterBand option instead
    • setShowColumnFooterBand

      public void setShowColumnFooterBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowColumnFooterBand option instead
    • isShowDataBand

      public boolean isShowDataBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowDataBand option instead
    • setShowDataBand

      public void setShowDataBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowDataBand option instead
    • isShowHierarchicalBand

      public boolean isShowHierarchicalBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowHierarchicalBand option instead
    • setShowHierarchicalBand

      public void setShowHierarchicalBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowHierarchicalBand option instead
    • isShowChildBand

      public boolean isShowChildBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowChildBand option instead
    • setShowChildBand

      public void setShowChildBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowChildBand option instead
    • isShowEmptyBand

      public boolean isShowEmptyBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowEmptyBand option instead
    • setShowEmptyBand

      public void setShowEmptyBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowEmptyBand option instead
    • isShowOverlayBand

      public boolean isShowOverlayBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowOverlayBand option instead
    • setShowOverlayBand

      public void setShowOverlayBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowOverlayBand option instead
    • isShowTable

      public boolean isShowTable()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowTable option instead
    • setShowTable

      public void setShowTable(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the bands.ShowTable option instead
    • isShowCrossTab

      public boolean isShowCrossTab()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowCrossTab option instead
    • setShowCrossTab

      public void setShowCrossTab(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowCrossTab option instead
    • isShowCrossGroupHeaderBand

      public boolean isShowCrossGroupHeaderBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the crossBands.ShowCrossHeaderBand option instead
    • setShowCrossGroupHeaderBand

      public void setShowCrossGroupHeaderBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the crossBands.ShowCrossHeaderBand option instead
    • isShowCrossGroupFooterBand

      public boolean isShowCrossGroupFooterBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the crossBands.ShowCrossGroupFooterBand option instead
    • setShowCrossGroupFooterBand

      public void setShowCrossGroupFooterBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the crossBands.ShowCrossGroupFooterBand option instead
    • isShowCrossHeaderBand

      public boolean isShowCrossHeaderBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the crossBands.ShowCrossHeaderBand option instead
    • setShowCrossHeaderBand

      public void setShowCrossHeaderBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the crossBands.ShowCrossHeaderBand option instead
    • isShowCrossFooterBand

      public boolean isShowCrossFooterBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the crossBands.ShowCrossFooterBand option instead
    • setShowCrossFooterBand

      public void setShowCrossFooterBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the crossBands.ShowCrossFooterBand option instead
    • isShowCrossDataBand

      public boolean isShowCrossDataBand()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the crossBands.ShowCrossDataBand option instead
    • setShowCrossDataBand

      public void setShowCrossDataBand(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the crossBands.ShowCrossDataBand option instead
    • isShowText

      public boolean isShowText()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowText option instead
    • setShowText

      public void setShowText(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowText option instead
    • isShowTextInCells

      public boolean isShowTextInCells()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowTextInCells option instead
    • setShowTextInCells

      public void setShowTextInCells(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowTextInCells option instead
    • isShowRichText

      public boolean isShowRichText()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowRichText option instead
    • setShowRichText

      public void setShowRichText(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowRichText option instead
    • isShowImage

      public boolean isShowImage()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowImage option instead
    • setShowImage

      public void setShowImage(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowImage option instead
    • isShowBarCode

      public boolean isShowBarCode()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowBarCode option instead
    • setShowBarCode

      public void setShowBarCode(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowBarCode option instead
    • isShowShape

      public boolean isShowShape()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowShape option instead
    • setShowShape

      public void setShowShape(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowShape option instead
    • isShowPanel

      public boolean isShowPanel()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowPanel option instead
    • setShowPanel

      public void setShowPanel(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowPanel option instead
    • isShowClone

      public boolean isShowClone()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowClone option instead
    • setShowClone

      public void setShowClone(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowClone option instead
    • isShowCheckBox

      public boolean isShowCheckBox()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowCheckBox option instead
    • setShowCheckBox

      public void setShowCheckBox(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowCheckBox option instead
    • isShowSubReport

      public boolean isShowSubReport()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowSubReport option instead
    • setShowSubReport

      public void setShowSubReport(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowSubReport option instead
    • isShowZipCode

      public boolean isShowZipCode()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowZipCode option instead
    • setShowZipCode

      public void setShowZipCode(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowZipCode option instead
    • isShowChart

      public boolean isShowChart()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowChart option instead
    • setShowChart

      public void setShowChart(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowChart option instead
    • isShowHorizontalLinePrimitive

      public boolean isShowHorizontalLinePrimitive()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowHorizontalLinePrimitive option instead
    • setShowHorizontalLinePrimitive

      public void setShowHorizontalLinePrimitive(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowHorizontalLinePrimitive option instead
    • isShowVerticalLinePrimitive

      public boolean isShowVerticalLinePrimitive()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowHorizontalLinePrimitive option instead
    • setShowVerticalLinePrimitive

      public void setShowVerticalLinePrimitive(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowHorizontalLinePrimitive option instead
    • isShowRectanglePrimitive

      public boolean isShowRectanglePrimitive()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowHorizontalLinePrimitive option instead
    • setShowRectanglePrimitive

      public void setShowRectanglePrimitive(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowHorizontalLinePrimitive option instead
    • isShowRoundedRectanglePrimitive

      public boolean isShowRoundedRectanglePrimitive()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowRoundedRectanglePrimitive option instead
    • setShowRoundedRectanglePrimitive

      public void setShowRoundedRectanglePrimitive(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the components.ShowRoundedRectanglePrimitive option instead
    • isShowPropertiesGrid

      public boolean isShowPropertiesGrid()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the propertiesGrid.Visible option instead
    • setShowPropertiesGrid

      public void setShowPropertiesGrid(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the propertiesGrid.Visible option instead
    • getPropertiesGridWidth

      public int getPropertiesGridWidth()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the propertiesGrid.Width option instead
    • setPropertiesGridWidth

      public void setPropertiesGridWidth(int value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the propertiesGrid.Width option instead
    • getPropertiesGridLabelWidth

      public int getPropertiesGridLabelWidth()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the propertiesGrid.LabelWidth option instead
    • setPropertiesGridLabelWidth

      public void setPropertiesGridLabelWidth(int value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the propertiesGrid.LabelWidth option instead
    • isShowDictionary

      public boolean isShowDictionary()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.Visible option instead
    • setShowDictionary

      public void setShowDictionary(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.Visible option instead
    • getPermissionDataSources

      public StiDesignerPermissions getPermissionDataSources()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataSources option instead
    • setPermissionDataSources

      public void setPermissionDataSources(StiDesignerPermissions value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataSources option instead
    • getPermissionDataConnections

      public StiDesignerPermissions getPermissionDataConnections()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataConnections option instead
    • setPermissionDataConnections

      public void setPermissionDataConnections(StiDesignerPermissions value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataConnections option instead
    • getPermissionDataColumns

      public StiDesignerPermissions getPermissionDataColumns()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataColumns option instead
    • setPermissionDataColumns

      public void setPermissionDataColumns(StiDesignerPermissions value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataColumns option instead
    • getPermissionDataRelations

      public StiDesignerPermissions getPermissionDataRelations()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataRelations option instead
    • setPermissionDataRelations

      public void setPermissionDataRelations(StiDesignerPermissions value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataRelations option instead
    • getPermissionBusinessObjects

      public StiDesignerPermissions getPermissionBusinessObjects()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionBusinessObjects option instead
    • setPermissionBusinessObjects

      public void setPermissionBusinessObjects(StiDesignerPermissions value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionBusinessObjects option instead
    • getPermissionVariables

      public StiDesignerPermissions getPermissionVariables()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionVariables option instead
    • setPermissionVariables

      public void setPermissionVariables(StiDesignerPermissions value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionVariables option instead
    • isShowReportTree

      public boolean isShowReportTree()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the appearance.ShowReportTree option instead
    • setShowReportTree

      public void setShowReportTree(boolean value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the appearance.ShowReportTree option instead
    • getController

      public String getController()
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Server.Controller option instead
    • setController

      public void setController(String value)
      Deprecated.
      This option is obsolete. It will be removed in next versions. Please use the Server.Controller option instead