com.stimulsoft.webdesigner
Class StiWebDesignerOptions.BehaviorOptions

java.lang.Object
  extended by com.stimulsoft.webdesigner.StiWebDesignerOptions.BehaviorOptions
Enclosing class:
StiWebDesignerOptions

public class StiWebDesignerOptions.BehaviorOptions
extends java.lang.Object


Constructor Summary
StiWebDesignerOptions.BehaviorOptions()
           
 
Method Summary
 StiSaveMode getSaveReportAsMode()
          Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.
 StiSaveMode getSaveReportMode()
          Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.
 int getUndoMaxLevel()
          Gets or sets a maximum level of undo actions with the report.
 boolean isAllowChangeWindowTitle()
          Allow the designer to change the window title.
 boolean isCheckReportBeforePreview()
          Gets or sets the value that allows running the report checker before preview.
 boolean isFocusingX()
          Focusing on the X axis.
 boolean isFocusingY()
          Focusing on the Y axis.
 boolean isSaveWithBrowser()
           
 boolean isShowSaveDialog()
          Gets or sets the value that displays or hides the report file name dialog at saving.
 void setAllowChangeWindowTitle(boolean allowChangeWindowTitle)
          Allow the designer to change the window title.
 void setCheckReportBeforePreview(boolean checkReportBeforePreview)
          Gets or sets the value that allows running the report checker before preview.
 void setFocusingX(boolean focusingX)
          Focusing on the X axis.
 void setFocusingY(boolean focusingY)
          Focusing on the Y axis.
 void setSaveReportAsMode(StiSaveMode saveReportAsMode)
          Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.
 void setSaveReportMode(StiSaveMode saveReportMode)
          Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.
 void setSaveWithBrowser(boolean saveWithBrowser)
           
 void setShowSaveDialog(boolean showSaveDialog)
          Gets or sets the value that displays or hides the report file name dialog at saving.
 void setUndoMaxLevel(int undoMaxLevel)
          Gets or sets a maximum level of undo actions with the report.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiWebDesignerOptions.BehaviorOptions

public StiWebDesignerOptions.BehaviorOptions()
Method Detail

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