Uses of Enum Class
com.stimulsoft.web.enums.StiInterfaceType
Packages that use StiInterfaceType
-
Uses of StiInterfaceType in com.stimulsoft.web.enums
Methods in com.stimulsoft.web.enums that return StiInterfaceTypeModifier and TypeMethodDescriptionstatic StiInterfaceTypeReturns the enum constant of this class with the specified name.static StiInterfaceType[]StiInterfaceType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiInterfaceType in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner that return StiInterfaceTypeModifier and TypeMethodDescriptionStiWebDesignerOptions.AppearanceOptions.getInterfaceType()Gets or sets the interface type of the designer.StiWebDesignerOptions.getInterfaceType()Deprecated.Methods in com.stimulsoft.webdesigner with parameters of type StiInterfaceTypeModifier and TypeMethodDescriptionvoidStiWebDesignerOptions.AppearanceOptions.setInterfaceType(StiInterfaceType interfaceType) Gets or sets the interface type of the designer.voidStiWebDesignerOptions.setInterfaceType(StiInterfaceType interfaceType) Deprecated. -
Uses of StiInterfaceType in com.stimulsoft.webviewer
Methods in com.stimulsoft.webviewer that return StiInterfaceTypeModifier and TypeMethodDescriptionStiWebViewerOptions.AppearanceOptions.getInterfaceType()The type of the viewer interface.Methods in com.stimulsoft.webviewer with parameters of type StiInterfaceTypeModifier and TypeMethodDescriptionvoidStiWebViewerOptions.AppearanceOptions.setInterfaceType(StiInterfaceType interfaceType) The type of the viewer interface.