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

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

Uses of StiInterfaceType in com.stimulsoft.web.enums
 

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

Uses of StiInterfaceType in com.stimulsoft.webdesigner
 

Methods in com.stimulsoft.webdesigner that return StiInterfaceType
 StiInterfaceType StiWebDesignerOptions.getInterfaceType()
          Deprecated.  
 StiInterfaceType StiWebDesignerOptions.AppearanceOptions.getInterfaceType()
          Gets or sets the interface type of the designer.
 

Methods in com.stimulsoft.webdesigner with parameters of type StiInterfaceType
 void StiWebDesignerOptions.setInterfaceType(StiInterfaceType interfaceType)
          Deprecated.  
 void StiWebDesignerOptions.AppearanceOptions.setInterfaceType(StiInterfaceType interfaceType)
          Gets or sets the interface type of the designer.
 

Uses of StiInterfaceType in com.stimulsoft.webviewer
 

Methods in com.stimulsoft.webviewer that return StiInterfaceType
 StiInterfaceType StiWebViewerOptions.AppearanceOptions.getInterfaceType()
          The type of the viewer interface.
 

Methods in com.stimulsoft.webviewer with parameters of type StiInterfaceType
 void StiWebViewerOptions.AppearanceOptions.setInterfaceType(StiInterfaceType interfaceType)
          The type of the viewer interface.