|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.webviewer.StiWebViewerOptions.AppearanceOptions
public class StiWebViewerOptions.AppearanceOptions
Field Summary | |
---|---|
java.lang.String |
customCss
|
StiParametersPanelPosition |
parametersPanelPosition
|
StiPrintToPdfMode |
printToPdfMode
|
Constructor Summary | |
---|---|
StiWebViewerOptions.AppearanceOptions()
|
Method Summary | |
---|---|
StiColor |
getBackgroundColor()
The background color of the viewer. |
int |
getBookmarksTreeWidth()
A width of the bookmarks tree in the viewer. |
StiHtmlChartType |
getChartRenderType()
The type of the chart in the viewer. |
java.lang.String |
getCustomCss()
a path to the custom css file for the viewer. |
StiFirstDayOfWeek |
getDatePickerFirstDayOfWeek()
the first day of week in the date picker. |
java.lang.String |
getDesignWindow()
a browser window to open page at design event. |
StiInterfaceType |
getInterfaceType()
The type of the viewer interface. |
java.lang.String |
getOpenExportedReportTarget()
A target to open the exported report. |
java.lang.String |
getOpenExportedReportWindow()
a browser window to open the exported report. |
java.lang.String |
getOpenLinksTarget()
A target to open links from the report. |
java.lang.String |
getOpenLinksWindow()
a browser window to open links from the report. |
StiContentAlignment |
getPageAlignment()
The alignment of the viewer page. |
StiColor |
getPageBorderColor()
A color of the report page border. |
int |
getParametersPanelColumnsCount()
A count columns in parameters panel. |
java.lang.String |
getParametersPanelDateFormat()
A date format for datetime parameters in parameters panel. |
int |
getParametersPanelMaxHeight()
A max height of parameters panel in the viewer. |
StiParametersPanelPosition |
getParametersPanelPosition()
a position of the parameters panel. |
StiPrintToPdfMode |
getPrintToPdfMode()
|
StiReportDisplayMode |
getReportDisplayMode()
a method how the viewer will show a report. |
boolean |
isAllowTouchZoom()
A value which allows touch zoom in the viewer. |
boolean |
isBookmarksPrint()
A value which allows printing report bookmarks. |
boolean |
isFullScreenMode()
A value which indicates which indicates that the viewer is displayed in full screen mode. |
boolean |
isRightToLeft()
A value which controls of output objects in the right to left mode. |
boolean |
isScrollbarsMode()
A value which indicates that the viewer will show the report area with scrollbars. |
boolean |
isShowPageShadow()
A value which indicates that the shadow of the page will be displayed in the viewer. |
boolean |
isShowTooltips()
A value which indicates that show or hide tooltips. |
boolean |
isShowTooltipsHelp()
a value which indicates that show or hide the help link in tooltips. |
boolean |
isStoreExportSettings()
a value which allows store the export settings in the cookies. |
void |
setAllowTouchZoom(boolean allowTouchZoom)
A value which allows touch zoom in the viewer. |
void |
setBackgroundColor(StiColor backgroundColor)
The background color of the viewer. |
void |
setBookmarksPrint(boolean bookmarksPrint)
A value which allows printing report bookmarks. |
void |
setBookmarksTreeWidth(int bookmarksTreeWidth)
A width of the bookmarks tree in the viewer. |
void |
setChartRenderType(StiHtmlChartType chartRenderType)
|
void |
setCustomCss(java.lang.String customCss)
a path to the custom css file for the viewer. |
void |
setDatePickerFirstDayOfWeek(StiFirstDayOfWeek datePickerFirstDayOfWeek)
the first day of week in the date picker. |
void |
setDesignWindow(java.lang.String designWindow)
a browser window to open page at design event. |
void |
setFullScreenMode(boolean fullScreenMode)
A value which indicates which indicates that the viewer is displayed in full screen mode. |
void |
setInterfaceType(StiInterfaceType interfaceType)
The type of the viewer interface. |
void |
setOpenExportedReportTarget(java.lang.String openExportedReportTarget)
A target to open the exported report. |
void |
setOpenExportedReportWindow(java.lang.String openExportedReportWindow)
a browser window to open the exported report. |
void |
setOpenLinksTarget(java.lang.String openLinksTarget)
A target to open links from the report. |
void |
setOpenLinksWindow(java.lang.String openLinksWindow)
a browser window to open links from the report. |
void |
setPageAlignment(StiContentAlignment pageAlignment)
The alignment of the viewer page. |
void |
setPageBorderColor(StiColor pageBorderColor)
A color of the report page border. |
void |
setParametersPanelColumnsCount(int parametersPanelColumnsCount)
A count columns in parameters panel. |
void |
setParametersPanelDateFormat(java.lang.String parametersPanelDateFormat)
A date format for datetime parameters in parameters panel. |
void |
setParametersPanelMaxHeight(int parametersPanelMaxHeight)
A max height of parameters panel in the viewer. |
void |
setParametersPanelPosition(StiParametersPanelPosition parametersPanelPosition)
a position of the parameters panel. |
void |
setPrintToPdfMode(StiPrintToPdfMode printToPdfMode)
|
void |
setReportDisplayMode(StiReportDisplayMode reportDisplayMode)
a method how the viewer will show a report. |
void |
setRightToLeft(boolean rightToLeft)
A value which controls of output objects in the right to left mode. |
void |
setScrollbarsMode(boolean scrollbarsMode)
A value which indicates that the viewer will show the report area with scrollbars. |
void |
setShowPageShadow(boolean showPageShadow)
A value which indicates that the shadow of the page will be displayed in the viewer. |
void |
setShowTooltips(boolean showTooltips)
A value which indicates that show or hide tooltips. |
void |
setShowTooltipsHelp(boolean showTooltipsHelp)
a value which indicates that show or hide the help link in tooltips. |
void |
setStoreExportSettings(boolean storeExportSettings)
a value which allows store the export settings in the cookies. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public StiParametersPanelPosition parametersPanelPosition
public java.lang.String customCss
public StiPrintToPdfMode printToPdfMode
Constructor Detail |
---|
public StiWebViewerOptions.AppearanceOptions()
Method Detail |
---|
public StiPrintToPdfMode getPrintToPdfMode()
public void setPrintToPdfMode(StiPrintToPdfMode printToPdfMode)
printToPdfMode
- the printToPdfMode to setpublic boolean isAllowTouchZoom()
public void setAllowTouchZoom(boolean allowTouchZoom)
allowTouchZoom
- the allowTouchZoom to setpublic java.lang.String getCustomCss()
public void setCustomCss(java.lang.String customCss)
customCss
- the customCss to setpublic StiParametersPanelPosition getParametersPanelPosition()
public void setParametersPanelPosition(StiParametersPanelPosition parametersPanelPosition)
parametersPanelPosition
- the parametersPanelPosition to setpublic boolean isStoreExportSettings()
public void setStoreExportSettings(boolean storeExportSettings)
storeExportSettings
- the storeExportSettings to setpublic StiFirstDayOfWeek getDatePickerFirstDayOfWeek()
public void setDatePickerFirstDayOfWeek(StiFirstDayOfWeek datePickerFirstDayOfWeek)
datePickerFirstDayOfWeek
- the datePickerFirstDayOfWeek to setpublic StiReportDisplayMode getReportDisplayMode()
public void setReportDisplayMode(StiReportDisplayMode reportDisplayMode)
reportDisplayMode
- the reportDisplayMode to setpublic boolean isShowTooltipsHelp()
public void setShowTooltipsHelp(boolean showTooltipsHelp)
showTooltipsHelp
- the showTooltipsHelp to setpublic java.lang.String getDesignWindow()
public void setDesignWindow(java.lang.String designWindow)
designWindow
- the designWindow to setpublic java.lang.String getOpenExportedReportWindow()
public void setOpenExportedReportWindow(java.lang.String openExportedReportWindow)
openExportedReportWindow
- the openExportedReportWindow to setpublic java.lang.String getOpenLinksWindow()
public void setOpenLinksWindow(java.lang.String openLinksWindow)
openLinksWindow
- the openLinksWindow to setpublic StiColor getBackgroundColor()
public void setBackgroundColor(StiColor backgroundColor)
backgroundColor
- the backgroundColor to setpublic boolean isRightToLeft()
public void setRightToLeft(boolean rightToLeft)
rightToLeft
- the rightToLeft to setpublic boolean isFullScreenMode()
public void setFullScreenMode(boolean fullScreenMode)
fullScreenMode
- the fullScreenMode to setpublic boolean isScrollbarsMode()
public void setScrollbarsMode(boolean scrollbarsMode)
scrollbarsMode
- the scrollbarsMode to setpublic java.lang.String getOpenLinksTarget()
public void setOpenLinksTarget(java.lang.String openLinksTarget)
openLinksTarget
- the openLinksTarget to setpublic java.lang.String getOpenExportedReportTarget()
public void setOpenExportedReportTarget(java.lang.String openExportedReportTarget)
openExportedReportTarget
- the openExportedReportTarget to setpublic boolean isShowTooltips()
public void setShowTooltips(boolean showTooltips)
showTooltips
- the showTooltips to setpublic StiContentAlignment getPageAlignment()
public void setPageAlignment(StiContentAlignment pageAlignment)
pageAlignment
- the pageAlignment to setpublic boolean isShowPageShadow()
public void setShowPageShadow(boolean showPageShadow)
showPageShadow
- the showPageShadow to setpublic StiColor getPageBorderColor()
public void setPageBorderColor(StiColor pageBorderColor)
pageBorderColor
- the pageBorderColor to setpublic boolean isBookmarksPrint()
public void setBookmarksPrint(boolean bookmarksPrint)
bookmarksPrint
- the bookmarksPrint to setpublic int getBookmarksTreeWidth()
public void setBookmarksTreeWidth(int bookmarksTreeWidth)
bookmarksTreeWidth
- the bookmarksTreeWidth to setpublic int getParametersPanelMaxHeight()
public void setParametersPanelMaxHeight(int parametersPanelMaxHeight)
parametersPanelMaxHeight
- the parametersPanelMaxHeight to setpublic int getParametersPanelColumnsCount()
public void setParametersPanelColumnsCount(int parametersPanelColumnsCount)
parametersPanelColumnsCount
- the parametersPanelColumnsCount to setpublic java.lang.String getParametersPanelDateFormat()
public void setParametersPanelDateFormat(java.lang.String parametersPanelDateFormat)
parametersPanelDateFormat
- the parametersPanelDateFormat to setpublic StiInterfaceType getInterfaceType()
public void setInterfaceType(StiInterfaceType interfaceType)
interfaceType
- the interfaceType to setpublic StiHtmlChartType getChartRenderType()
public void setChartRenderType(StiHtmlChartType chartRenderType)
chartRenderType
- the chartRenderType to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |