Uses of Class
com.stimulsoft.web.enums.StiWebViewMode

Packages that use StiWebViewMode
com.stimulsoft.web.classes   
com.stimulsoft.web.enums   
com.stimulsoft.webdesigner   
com.stimulsoft.webviewer   
 

Uses of StiWebViewMode in com.stimulsoft.web.classes
 

Fields in com.stimulsoft.web.classes declared as StiWebViewMode
 StiWebViewMode StiRequestParams.StiViewerParams.viewMode
           
 

Uses of StiWebViewMode in com.stimulsoft.web.enums
 

Methods in com.stimulsoft.web.enums that return StiWebViewMode
static StiWebViewMode StiWebViewMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiWebViewMode[] StiWebViewMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiWebViewMode in com.stimulsoft.webdesigner
 

Methods in com.stimulsoft.webdesigner that return StiWebViewMode
 StiWebViewMode StiWebDesignerOptions.PreviewToolbarOptions.getViewMode()
          Gets or sets the mode of showing a report in the preview - Single Page, Continuous or Multiple Pages.
 

Methods in com.stimulsoft.webdesigner with parameters of type StiWebViewMode
 void StiWebDesignerOptions.PreviewToolbarOptions.setViewMode(StiWebViewMode viewMode)
          Gets or sets the mode of showing a report in the preview - Single Page, Continuous or Multiple Pages.
 

Uses of StiWebViewMode in com.stimulsoft.webviewer
 

Methods in com.stimulsoft.webviewer that return StiWebViewMode
 StiWebViewMode StiWebViewerOptions.getPagesViewMode()
          Deprecated. 
 StiWebViewMode StiWebViewerOptions.ToolbarOptions.getViewMode()
          The mode of showing a report in the viewer - one page or the whole report.
 StiWebViewMode StiRequiredOptions.getViewMode()
           
 

Methods in com.stimulsoft.webviewer with parameters of type StiWebViewMode
 void StiWebViewerOptions.setPagesViewMode(StiWebViewMode menuViewMode)
          Deprecated. 
 void StiWebViewerOptions.ToolbarOptions.setViewMode(StiWebViewMode viewMode)
          The mode of showing a report in the viewer - one page or the whole report.
 void StiRequiredOptions.setViewMode(StiWebViewMode viewMode)