Class StiWebDesignerOptions.BehaviorOptions

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

public class StiWebDesignerOptions.BehaviorOptions extends StiSerializedObject
  • Constructor Details

    • BehaviorOptions

      public BehaviorOptions()
  • Method Details

    • isCheckReportBeforePreview

      public boolean isCheckReportBeforePreview()
      Gets or sets the value that allows running the report checker before preview.
      Returns:
      the checkReportBeforePreview
    • setCheckReportBeforePreview

      public void setCheckReportBeforePreview(boolean checkReportBeforePreview)
      Gets or sets the value that allows running the report checker before preview.
      Parameters:
      checkReportBeforePreview - the checkReportBeforePreview to set
    • isSaveWithBrowser

      public boolean isSaveWithBrowser()
      Returns:
      the saveWithBrowser
    • setSaveWithBrowser

      public void setSaveWithBrowser(boolean saveWithBrowser)
      Parameters:
      saveWithBrowser - the saveWithBrowser to set
    • getUndoMaxLevel

      public int getUndoMaxLevel()
      Gets or sets a maximum level of undo actions with the report. A large number of actions consume more memory on the server side.
      Returns:
      the undoMaxLevel
    • setUndoMaxLevel

      public void setUndoMaxLevel(int undoMaxLevel)
      Gets or sets a maximum level of undo actions with the report. A large number of actions consume more memory on the server side.
      Parameters:
      undoMaxLevel - the undoMaxLevel to set
    • isShowSaveDialog

      public boolean isShowSaveDialog()
      Gets or sets the value that displays or hides the report file name dialog at saving.
      Returns:
      the showSaveDialog
    • setShowSaveDialog

      public void setShowSaveDialog(boolean showSaveDialog)
      Gets or sets the value that displays or hides the report file name dialog at saving.
      Parameters:
      showSaveDialog - the showSaveDialog to set
    • isAllowChangeWindowTitle

      public boolean isAllowChangeWindowTitle()
      Allow the designer to change the window title.
      Returns:
      the allowChangeWindowTitle
    • setAllowChangeWindowTitle

      public void setAllowChangeWindowTitle(boolean allowChangeWindowTitle)
      Allow the designer to change the window title.
      Parameters:
      allowChangeWindowTitle - the allowChangeWindowTitle to set
    • getSaveReportMode

      public StiSaveMode getSaveReportMode()
      Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.
      Returns:
      the saveReportMode
    • setSaveReportMode

      public void setSaveReportMode(StiSaveMode saveReportMode)
      Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.
      Parameters:
      saveReportMode - the saveReportMode to set
    • getSaveReportAsMode

      public StiSaveMode getSaveReportAsMode()
      Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.
      Returns:
      the saveReportAsMode
    • setSaveReportAsMode

      public void setSaveReportAsMode(StiSaveMode saveReportAsMode)
      Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.
      Parameters:
      saveReportAsMode - the saveReportAsMode to set
    • isFocusingX

      public boolean isFocusingX()
      Focusing on the X axis. Required if the lines are displayed double.
      Returns:
      the focusingX
    • setFocusingX

      public void setFocusingX(boolean focusingX)
      Focusing on the X axis. Required if the lines are displayed double.
      Parameters:
      focusingX - the focusingX to set
    • isFocusingY

      public boolean isFocusingY()
      Focusing on the Y axis. Required if the lines are displayed double.
      Returns:
      the focusingY
    • setFocusingY

      public void setFocusingY(boolean focusingY)
      Focusing on the Y axis. Required if the lines are displayed double.
      Parameters:
      focusingY - the focusingY to set