|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.webdesigner.StiWebDesignerOptions.BehaviorOptions
public class StiWebDesignerOptions.BehaviorOptions
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 |
---|
public StiWebDesignerOptions.BehaviorOptions()
Method Detail |
---|
public boolean isCheckReportBeforePreview()
public void setCheckReportBeforePreview(boolean checkReportBeforePreview)
checkReportBeforePreview
- the checkReportBeforePreview to setpublic boolean isSaveWithBrowser()
public void setSaveWithBrowser(boolean saveWithBrowser)
saveWithBrowser
- the saveWithBrowser to setpublic int getUndoMaxLevel()
public void setUndoMaxLevel(int undoMaxLevel)
undoMaxLevel
- the undoMaxLevel to setpublic boolean isShowSaveDialog()
public void setShowSaveDialog(boolean showSaveDialog)
showSaveDialog
- the showSaveDialog to setpublic boolean isAllowChangeWindowTitle()
public void setAllowChangeWindowTitle(boolean allowChangeWindowTitle)
allowChangeWindowTitle
- the allowChangeWindowTitle to setpublic StiSaveMode getSaveReportMode()
public void setSaveReportMode(StiSaveMode saveReportMode)
saveReportMode
- the saveReportMode to setpublic StiSaveMode getSaveReportAsMode()
public void setSaveReportAsMode(StiSaveMode saveReportAsMode)
saveReportAsMode
- the saveReportAsMode to setpublic boolean isFocusingX()
public void setFocusingX(boolean focusingX)
focusingX
- the focusingX to setpublic boolean isFocusingY()
public void setFocusingY(boolean focusingY)
focusingY
- the focusingY to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |