Class StiWebDesignerOptions.ToolbarOptions

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

public class StiWebDesignerOptions.ToolbarOptions extends StiSerializedObject
  • Field Details

  • Constructor Details

    • ToolbarOptions

      public ToolbarOptions()
  • Method Details

    • isShowSetupToolboxButton

      public boolean isShowSetupToolboxButton()
      Gets or sets a visibility of the setup toolbox button in the designer.
      Returns:
      the showSetupToolboxButton
    • setShowSetupToolboxButton

      public void setShowSetupToolboxButton(boolean showSetupToolboxButton)
      Gets or sets a visibility of the setup toolbox button in the designer.
      Parameters:
      showSetupToolboxButton - the showSetupToolboxButton to set
    • isShowInsertButton

      public boolean isShowInsertButton()
      Gets or sets a visibility of the insert button in the toolbar of the designer.
      Returns:
      the showInsertButton
    • setShowInsertButton

      public void setShowInsertButton(boolean showInsertButton)
      Gets or sets a visibility of the insert button in the toolbar of the designer.
      Parameters:
      showInsertButton - the showInsertButton to set
    • isShowLayoutButton

      public boolean isShowLayoutButton()
      Gets or sets a visibility of the layout button in the toolbar of the designer.
      Returns:
      the showLayoutButton
    • setShowLayoutButton

      public void setShowLayoutButton(boolean showLayoutButton)
      Gets or sets a visibility of the layout button in the toolbar of the designer.
      Parameters:
      showLayoutButton - the showLayoutButton to set
    • isShowPageButton

      public boolean isShowPageButton()
      Gets or sets a visibility of the page button in the toolbar of the designer.
      Returns:
      the showPageButton
    • setShowPageButton

      public void setShowPageButton(boolean showPageButton)
      Gets or sets a visibility of the page button in the toolbar of the designer.
      Parameters:
      showPageButton - the showPageButton to set
    • isShowPreviewButton

      public boolean isShowPreviewButton()
      Gets or sets a visibility of the preview button in the toolbar of the designer.
      Returns:
      the showPreviewButton
    • setShowPreviewButton

      public void setShowPreviewButton(boolean showPreviewButton)
      Gets or sets a visibility of the preview button in the toolbar of the designer.
      Parameters:
      showPreviewButton - the showPreviewButton to set
    • isShowSaveButton

      public boolean isShowSaveButton()
      Gets or sets a visibility of the save button in the toolbar of the designer.
      Returns:
      the showSaveButton
    • setShowSaveButton

      public void setShowSaveButton(boolean showSaveButton)
      Gets or sets a visibility of the save button in the toolbar of the designer.
      Parameters:
      showSaveButton - the showSaveButton to set
    • isShowAboutButton

      public boolean isShowAboutButton()
      Gets or sets a visibility of the about button in the toolbar of the designer.
      Returns:
      the showAboutButton
    • setShowAboutButton

      public void setShowAboutButton(boolean showAboutButton)
      Gets or sets a visibility of the about button in the toolbar of the designer.
      Parameters:
      showAboutButton - the showAboutButton to set
    • getComponentsIntoInsertTab

      public StiDesignerComponents[] getComponentsIntoInsertTab()
      Hidden
      Returns:
      the componentsIntoInsertTab
    • setComponentsIntoInsertTab

      public void setComponentsIntoInsertTab(StiDesignerComponents[] componentsIntoInsertTab)
      Hidden
      Parameters:
      componentsIntoInsertTab - the componentsIntoInsertTab to set
    • isShowReportButton

      public boolean isShowReportButton()
      A visibility of the report button in the toolbar of the designer.
      Returns:
    • setShowReportButton

      public void setShowReportButton(boolean showReportButton)