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

Packages that use StiParametersPanelPosition
com.stimulsoft.web.enums   
com.stimulsoft.webviewer   
 

Uses of StiParametersPanelPosition in com.stimulsoft.web.enums
 

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

Uses of StiParametersPanelPosition in com.stimulsoft.webviewer
 

Fields in com.stimulsoft.webviewer declared as StiParametersPanelPosition
 StiParametersPanelPosition StiWebViewerOptions.AppearanceOptions.parametersPanelPosition
           
 

Methods in com.stimulsoft.webviewer that return StiParametersPanelPosition
 StiParametersPanelPosition StiWebViewerOptions.AppearanceOptions.getParametersPanelPosition()
          a position of the parameters panel.
 

Methods in com.stimulsoft.webviewer with parameters of type StiParametersPanelPosition
 void StiWebViewerOptions.AppearanceOptions.setParametersPanelPosition(StiParametersPanelPosition parametersPanelPosition)
          a position of the parameters panel.