Uses of Enum Class
com.stimulsoft.web.enums.StiToolbarDisplayMode
Packages that use StiToolbarDisplayMode
-
Uses of StiToolbarDisplayMode in com.stimulsoft.web.enums
Methods in com.stimulsoft.web.enums that return StiToolbarDisplayModeModifier and TypeMethodDescriptionstatic StiToolbarDisplayModeReturns the enum constant of this class with the specified name.static StiToolbarDisplayMode[]StiToolbarDisplayMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiToolbarDisplayMode in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner that return StiToolbarDisplayModeModifier and TypeMethodDescriptionStiWebDesignerOptions.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 StiToolbarDisplayModeModifier and TypeMethodDescriptionvoidStiWebDesignerOptions.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 StiToolbarDisplayModeModifier and TypeMethodDescriptionStiWebViewerOptions.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 StiToolbarDisplayModeModifier and TypeMethodDescriptionvoidStiWebViewerOptions.ToolbarOptions.setDisplayMode(StiToolbarDisplayMode displayMode) the display mode of the toolbar - simple or separated into upper and lower parts.