Package com.stimulsoft.webdesigner
Class StiWebDesignerOptions.BehaviorOptions
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.BehaviorOptions
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef
- Enclosing class:
StiWebDesignerOptions
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.intGets or sets a maximum level of undo actions with the report.booleanAllow the designer to change the window title.booleanGets or sets the value that allows running the report checker before preview.booleanFocusing on the X axis.booleanFocusing on the Y axis.booleanbooleanGets or sets the value that displays or hides the report file name dialog at saving.voidsetAllowChangeWindowTitle(boolean allowChangeWindowTitle) Allow the designer to change the window title.voidsetCheckReportBeforePreview(boolean checkReportBeforePreview) Gets or sets the value that allows running the report checker before preview.voidsetFocusingX(boolean focusingX) Focusing on the X axis.voidsetFocusingY(boolean focusingY) Focusing on the Y axis.voidsetSaveReportAsMode(StiSaveMode saveReportAsMode) Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.voidsetSaveReportMode(StiSaveMode saveReportMode) Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.voidsetSaveWithBrowser(boolean saveWithBrowser) voidsetShowSaveDialog(boolean showSaveDialog) Gets or sets the value that displays or hides the report file name dialog at saving.voidsetUndoMaxLevel(int undoMaxLevel) Gets or sets a maximum level of undo actions with the report.Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
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
Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.- Returns:
- the saveReportMode
-
setSaveReportMode
Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.- Parameters:
saveReportMode- the saveReportMode to set
-
getSaveReportAsMode
Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.- Returns:
- the saveReportAsMode
-
setSaveReportAsMode
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
-