Uses of Enum Class
com.stimulsoft.webdesigner.enums.StiSaveMode
Packages that use StiSaveMode
-
Uses of StiSaveMode in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner that return StiSaveModeModifier and TypeMethodDescriptionStiWebDesignerOptions.BehaviorOptions.getSaveReportAsMode()Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.StiWebDesignerOptions.BehaviorOptions.getSaveReportMode()Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.StiWebDesignerOptions.getSaveReportTemplateAsMode()Deprecated.This option is obsolete.StiWebDesignerOptions.getSaveReportTemplateMode()Deprecated.This option is obsolete.Methods in com.stimulsoft.webdesigner with parameters of type StiSaveModeModifier and TypeMethodDescriptionvoidStiWebDesignerOptions.BehaviorOptions.setSaveReportAsMode(StiSaveMode saveReportAsMode) Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.voidStiWebDesignerOptions.BehaviorOptions.setSaveReportMode(StiSaveMode saveReportMode) Gets or sets the save report mode - Hidden (AJAX mode), Visible (POST mode) or New Window.voidStiWebDesignerOptions.setSaveReportTemplateAsMode(StiSaveMode value) Deprecated.This option is obsolete.voidStiWebDesignerOptions.setSaveReportTemplateMode(StiSaveMode value) Deprecated.This option is obsolete. -
Uses of StiSaveMode in com.stimulsoft.webdesigner.enums
Methods in com.stimulsoft.webdesigner.enums that return StiSaveModeModifier and TypeMethodDescriptionstatic StiSaveModeReturns the enum constant of this class with the specified name.static StiSaveMode[]StiSaveMode.values()Returns an array containing the constants of this enum class, in the order they are declared.