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

Packages that use StiToolbarDisplayMode
com.stimulsoft.web.enums   
com.stimulsoft.webdesigner   
com.stimulsoft.webviewer   
 

Uses of StiToolbarDisplayMode in com.stimulsoft.web.enums
 

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

Uses of StiToolbarDisplayMode in com.stimulsoft.webdesigner
 

Methods in com.stimulsoft.webdesigner that return StiToolbarDisplayMode
 StiToolbarDisplayMode StiWebDesignerOptions.PreviewToolbarOptions.getDisplayMode()
          Gets or sets the display mode of the preview toolbar - simple or separated into upper and lower parts.
 

Methods in com.stimulsoft.webdesigner with parameters of type StiToolbarDisplayMode
 void StiWebDesignerOptions.PreviewToolbarOptions.setDisplayMode(StiToolbarDisplayMode displayMode)
          Gets or sets the display mode of the preview toolbar - simple or separated into upper and lower parts.
 

Uses of StiToolbarDisplayMode in com.stimulsoft.webviewer
 

Methods in com.stimulsoft.webviewer that return StiToolbarDisplayMode
 StiToolbarDisplayMode StiWebViewerOptions.ToolbarOptions.getDisplayMode()
          the display mode of the toolbar - simple or separated into upper and lower parts.
 

Methods in com.stimulsoft.webviewer with parameters of type StiToolbarDisplayMode
 void StiWebViewerOptions.ToolbarOptions.setDisplayMode(StiToolbarDisplayMode displayMode)
          the display mode of the toolbar - simple or separated into upper and lower parts.