com.stimulsoft.web.classes
Class StiRequestParams.StiViewerParams

java.lang.Object
  extended by com.stimulsoft.web.classes.StiRequestParams.StiViewerParams
Enclosing class:
StiRequestParams

public class StiRequestParams.StiViewerParams
extends java.lang.Object


Field Summary
 boolean bookmarksPrint
           
 StiHtmlChartType chartRenderType
           
 int dashboardHeight
           
 int dashboardWidth
           
 java.lang.String elementName
          Current dashboard element for fullscreen
 java.lang.String openingFileName
           
 java.lang.String openingFilePassword
           
 java.lang.String openLinksWindow
           
 int pageNumber
           
 StiPrintAction printAction
           
 boolean reportDesignerMode
           
 StiReportDisplayMode reportDisplayMode
           
 StiReportType reportType
           
 boolean showBookmarks
           
 StiWebViewMode viewMode
           
 double zoom
           
 
Constructor Summary
StiRequestParams.StiViewerParams()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pageNumber

public int pageNumber

zoom

public double zoom

viewMode

public StiWebViewMode viewMode

showBookmarks

public boolean showBookmarks

openLinksWindow

public java.lang.String openLinksWindow

chartRenderType

public StiHtmlChartType chartRenderType

reportDisplayMode

public StiReportDisplayMode reportDisplayMode

printAction

public StiPrintAction printAction

bookmarksPrint

public boolean bookmarksPrint

openingFileName

public java.lang.String openingFileName

openingFilePassword

public java.lang.String openingFilePassword

reportDesignerMode

public boolean reportDesignerMode

dashboardWidth

public int dashboardWidth

dashboardHeight

public int dashboardHeight

reportType

public StiReportType reportType

elementName

public java.lang.String elementName
Current dashboard element for fullscreen

Constructor Detail

StiRequestParams.StiViewerParams

public StiRequestParams.StiViewerParams()