Package com.stimulsoft.webviewer
Class StiRequiredOptions
java.lang.Object
com.stimulsoft.webviewer.StiRequiredOptions
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdoublegetZoom()booleanbooleanvoidsetBookmarksPrint(boolean bookmarksPrint) voidsetChartRenderType(StiHtmlChartType chartRenderType) voidsetClientGuid(String clientGuid) voidsetEditableParameters(HashMap<String, Object> editableParameters) voidsetExportFormat(StiExportFormat exportFormat) voidsetExportSettings(HashMap<String, Object> exportSettings) voidsetFormValues(HashMap<String, String> formValues) voidsetOpenLinksTarget(String openLinksTarget) voidsetPageNumber(int pageNumber) voidsetParameters(HashMap<String, Object> parameters) voidsetParamsGuid(String paramsGuid) voidsetPreviousParamsGuid(String previousParamsGuid) voidsetPrintAction(String printAction) voidsetReportGuid(String reportGuid) voidvoidsetServerCacheMode(String serverCacheMode) voidsetShowBookmarks(boolean showBookmarks) voidvoidsetViewerId(String viewerId) voidsetViewMode(StiWebViewMode viewMode) voidsetZoom(double zoom)
-
Constructor Details
-
StiRequiredOptions
public StiRequiredOptions()
-
-
Method Details
-
getViewerId
- Returns:
- the viewerId
-
setViewerId
- Parameters:
viewerId- the viewerId to set
-
getRoutes
- Returns:
- the routes
-
setRoutes
- Parameters:
routes- the routes to set
-
getFormValues
- Returns:
- the formValues
-
setFormValues
- Parameters:
formValues- the formValues to set
-
getReportGuid
- Returns:
- the reportGuid
-
setReportGuid
- Parameters:
reportGuid- the reportGuid to set
-
getParamsGuid
- Returns:
- the paramsGuid
-
setParamsGuid
- Parameters:
paramsGuid- the paramsGuid to set
-
getPreviousParamsGuid
- Returns:
- the previousParamsGuid
-
setPreviousParamsGuid
- Parameters:
previousParamsGuid- the previousParamsGuid to set
-
getClientGuid
- Returns:
- the clientGuid
-
setClientGuid
- Parameters:
clientGuid- the clientGuid to set
-
getPageNumber
public int getPageNumber()- Returns:
- the pageNumber
-
setPageNumber
public void setPageNumber(int pageNumber) - Parameters:
pageNumber- the pageNumber to set
-
getZoom
public double getZoom()- Returns:
- the zoom
-
setZoom
public void setZoom(double zoom) - Parameters:
zoom- the zoom to set
-
getViewMode
- Returns:
- the viewMode
-
setViewMode
- Parameters:
viewMode- the viewMode to set
-
isShowBookmarks
public boolean isShowBookmarks()- Returns:
- the showBookmarks
-
setShowBookmarks
public void setShowBookmarks(boolean showBookmarks) - Parameters:
showBookmarks- the showBookmarks to set
-
getOpenLinksTarget
- Returns:
- the openLinksTarget
-
setOpenLinksTarget
- Parameters:
openLinksTarget- the openLinksTarget to set
-
getExportSettings
- Returns:
- the exportSettings
-
setExportSettings
- Parameters:
exportSettings- the exportSettings to set
-
getExportFormat
- Returns:
- the exportFormat
-
setExportFormat
- Parameters:
exportFormat- the exportFormat to set
-
getChartRenderType
- Returns:
- the chartRenderType
-
setChartRenderType
- Parameters:
chartRenderType- the chartRenderType to set
-
getPrintAction
- Returns:
- the printAction
-
setPrintAction
- Parameters:
printAction- the printAction to set
-
isBookmarksPrint
public boolean isBookmarksPrint()- Returns:
- the bookmarksPrint
-
setBookmarksPrint
public void setBookmarksPrint(boolean bookmarksPrint) - Parameters:
bookmarksPrint- the bookmarksPrint to set
-
getVariables
- Returns:
- the variables
-
setVariables
- Parameters:
variables- the variables to set
-
getParameters
- Returns:
- the parameters
-
setParameters
- Parameters:
parameters- the parameters to set
-
getEditableParameters
- Returns:
- the editableParameters
-
setEditableParameters
- Parameters:
editableParameters- the editableParameters to set
-
getServerCacheMode
- Returns:
- the serverCacheMode
-
setServerCacheMode
- Parameters:
serverCacheMode- the serverCacheMode to set
-