|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.webviewer.StiWebViewerOptions.ToolbarOptions
public class StiWebViewerOptions.ToolbarOptions
Constructor Summary | |
---|---|
StiWebViewerOptions.ToolbarOptions()
|
Method Summary | |
---|---|
StiContentAlignment |
getAlignment()
The alignment of the viewer toolbar. |
StiColor |
getBackgroundColor()
A color of the toolbar background. |
StiColor |
getBorderColor()
A color of the toolbar border. |
StiToolbarDisplayMode |
getDisplayMode()
the display mode of the toolbar - simple or separated into upper and lower parts. |
StiColor |
getFontColor()
A color of the toolbar texts. |
java.lang.String |
getFontFamily()
A value which indicates which font family will be used for drawing texts in the viewer. |
StiPrintDestination |
getPrintDestination()
The default mode of the report print destination. |
StiShowMenuMode |
getShowMenuMode()
The mode that shows menu of the viewer. |
StiColor |
getToolbarBackgroundColor()
a color of the toolbar background. |
StiColor |
getToolbarBorderColor()
a color of the toolbar border. |
StiWebViewMode |
getViewMode()
The mode of showing a report in the viewer - one page or the whole report. |
int |
getZoom()
The report showing zoom. |
boolean |
isAutoHide()
a value which allows automatically hide the viewer toolbar in mobile mode. |
boolean |
isMenuAnimation()
A value which indicates that menu animation is enabled. |
boolean |
isShowAboutButton()
A visibility of the About button in the toolbar of the viewer. |
boolean |
isShowBookmarksButton()
A visibility of the Bookmarks button in the toolbar of the viewer. |
boolean |
isShowButtonCaptions()
A value which allows displaying or hiding toolbar buttons captions. |
boolean |
isShowCurrentPageControl()
A visibility of the current page control in the toolbar of the viewer. |
boolean |
isShowDesignButton()
A visibility of the Design button in the toolbar of the viewer. |
boolean |
isShowEditorButton()
A visibility of the Editor button in the toolbar of the viewer. |
boolean |
isShowFindButton()
a visibility of the Find button in the toolbar of the viewer. |
boolean |
isShowFirstPageButton()
A visibility of the First Page button in the toolbar of the viewer. |
boolean |
isShowFullScreenButton()
A visibility of the Full Screen button in the toolbar of the viewer. |
boolean |
isShowLastPageButton()
A visibility of the Last Page button in the toolbar of the viewer. |
boolean |
isShowNextPageButton()
A visibility of the Next Page button in the toolbar of the viewer. |
boolean |
isShowOpenButton()
a visibility of the Open button in the toolbar of the viewer. |
boolean |
isShowParametersButton()
A visibility of the Parameters button in the toolbar of the viewer. |
boolean |
isShowPinToolbarButton()
a visibility of the Pin button in the toolbar of the viewer in mobile mode. |
boolean |
isShowPreviousPageButton()
A visibility of the Prev Page button in the toolbar of the viewer. |
boolean |
isShowPrintButton()
A visibility of the Print button in the toolbar of the viewer. |
boolean |
isShowResourcesButton()
a visibility of the Resources button in the toolbar of the viewer. |
boolean |
isShowSaveButton()
A visibility of the Save button in the toolbar of the viewer. |
boolean |
isShowSendEmailButton()
A visibility of the Send Email button in the toolbar of the viewer. |
boolean |
isShowToolbar()
a value which indicates that toolbar will be shown in the viewer. |
boolean |
isShowViewModeButton()
A visibility of the View Mode button in the toolbar of the viewer. |
boolean |
isShowZoomButton()
A visibility of the Zoom control in the toolbar of the viewer. |
boolean |
isVisible()
A value which indicates that toolbar will be shown in the viewer. |
void |
setAlignment(StiContentAlignment alignment)
The alignment of the viewer toolbar. |
void |
setAutoHide(boolean autoHide)
a value which allows automatically hide the viewer toolbar in mobile mode. |
void |
setBackgroundColor(StiColor backgroundColor)
A color of the toolbar background. |
void |
setBorderColor(StiColor borderColor)
A color of the toolbar border. |
void |
setDisplayMode(StiToolbarDisplayMode displayMode)
the display mode of the toolbar - simple or separated into upper and lower parts. |
void |
setFontColor(StiColor fontColor)
A color of the toolbar texts. |
void |
setFontFamily(java.lang.String fontFamily)
A value which indicates which font family will be used for drawing texts in the viewer. |
void |
setMenuAnimation(boolean menuAnimation)
A value which indicates that menu animation is enabled. |
void |
setPrintDestination(StiPrintDestination printDestination)
The default mode of the report print destination. |
void |
setShowAboutButton(boolean showAboutButton)
A visibility of the About button in the toolbar of the viewer. |
void |
setShowBookmarksButton(boolean showBookmarksButton)
A visibility of the Bookmarks button in the toolbar of the viewer. |
void |
setShowButtonCaptions(boolean showButtonCaptions)
A value which allows displaying or hiding toolbar buttons captions. |
void |
setShowCurrentPageControl(boolean showCurrentPageControl)
A visibility of the current page control in the toolbar of the viewer. |
void |
setShowDesignButton(boolean showDesignButton)
A visibility of the Design button in the toolbar of the viewer. |
void |
setShowEditorButton(boolean showEditorButton)
A visibility of the Editor button in the toolbar of the viewer. |
void |
setShowFindButton(boolean showFindButton)
a visibility of the Find button in the toolbar of the viewer. |
void |
setShowFirstPageButton(boolean showFirstPageButton)
A visibility of the First Page button in the toolbar of the viewer. |
void |
setShowFullScreenButton(boolean showFullScreenButton)
A visibility of the Full Screen button in the toolbar of the viewer. |
void |
setShowLastPageButton(boolean showLastPageButton)
A visibility of the Last Page button in the toolbar of the viewer. |
void |
setShowMenuMode(StiShowMenuMode showMenuMode)
The mode that shows menu of the viewer. |
void |
setShowNextPageButton(boolean showNextPageButton)
A visibility of the Next Page button in the toolbar of the viewer. |
void |
setShowOpenButton(boolean showOpenButton)
a visibility of the Open button in the toolbar of the viewer. |
void |
setShowParametersButton(boolean showParametersButton)
A visibility of the Parameters button in the toolbar of the viewer. |
void |
setShowPinToolbarButton(boolean showPinToolbarButton)
a visibility of the Pin button in the toolbar of the viewer in mobile mode. |
void |
setShowPreviousPageButton(boolean showPreviousPageButton)
A visibility of the Prev Page button in the toolbar of the viewer. |
void |
setShowPrintButton(boolean showPrintButton)
A visibility of the Print button in the toolbar of the viewer. |
void |
setShowResourcesButton(boolean showResourcesButton)
a visibility of the Resources button in the toolbar of the viewer. |
void |
setShowSaveButton(boolean showSaveButton)
A visibility of the Save button in the toolbar of the viewer. |
void |
setShowSendEmailButton(boolean showSendEmailButton)
A visibility of the Send Email button in the toolbar of the viewer. |
void |
setShowToolbar(boolean showToolbar)
a value which indicates that toolbar will be shown in the viewer. |
void |
setShowViewModeButton(boolean showViewModeButton)
A visibility of the View Mode button in the toolbar of the viewer. |
void |
setShowZoomButton(boolean showZoomButton)
A visibility of the Zoom control in the toolbar of the viewer. |
void |
setToolbarBackgroundColor(StiColor toolbarBackgroundColor)
a color of the toolbar background. |
void |
setToolbarBorderColor(StiColor toolbarBorderColor)
a color of the toolbar border. |
void |
setViewMode(StiWebViewMode viewMode)
The mode of showing a report in the viewer - one page or the whole report. |
void |
setVisible(boolean visible)
A value which indicates that toolbar will be shown in the viewer. |
void |
setZoom(int zoom)
The report showing zoom. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiWebViewerOptions.ToolbarOptions()
Method Detail |
---|
public boolean isShowResourcesButton()
public void setShowResourcesButton(boolean showResourcesButton)
showResourcesButton
- the showResourcesButton to setpublic boolean isAutoHide()
public void setAutoHide(boolean autoHide)
autoHide
- the autoHide to setpublic boolean isShowPinToolbarButton()
public void setShowPinToolbarButton(boolean showPinToolbarButton)
showPinToolbarButton
- the showPinToolbarButton to setpublic StiToolbarDisplayMode getDisplayMode()
public void setDisplayMode(StiToolbarDisplayMode displayMode)
displayMode
- the displayMode to setpublic boolean isShowOpenButton()
public void setShowOpenButton(boolean showOpenButton)
showOpenButton
- the showOpenButton to setpublic boolean isShowFindButton()
public void setShowFindButton(boolean showFindButton)
showFindButton
- the showFindButton to setpublic StiColor getToolbarBorderColor()
public void setToolbarBorderColor(StiColor toolbarBorderColor)
toolbarBorderColor
- the toolbarBorderColor to setpublic StiColor getToolbarBackgroundColor()
public void setToolbarBackgroundColor(StiColor toolbarBackgroundColor)
toolbarBackgroundColor
- the toolbarBackgroundColor to setpublic boolean isShowToolbar()
public void setShowToolbar(boolean showToolbar)
showToolbar
- the showToolbar to setpublic boolean isVisible()
public void setVisible(boolean visible)
visible
- the visible to setpublic StiColor getBackgroundColor()
public void setBackgroundColor(StiColor backgroundColor)
backgroundColor
- the backgroundColor to setpublic StiColor getBorderColor()
public void setBorderColor(StiColor borderColor)
borderColor
- the borderColor to setpublic StiColor getFontColor()
public void setFontColor(StiColor fontColor)
fontColor
- the fontColor to setpublic java.lang.String getFontFamily()
public void setFontFamily(java.lang.String fontFamily)
fontFamily
- the fontFamily to setpublic StiContentAlignment getAlignment()
public void setAlignment(StiContentAlignment alignment)
alignment
- the alignment to setpublic boolean isShowButtonCaptions()
public void setShowButtonCaptions(boolean showButtonCaptions)
showButtonCaptions
- the showButtonCaptions to setpublic boolean isShowPrintButton()
public void setShowPrintButton(boolean showPrintButton)
showPrintButton
- the showPrintButton to setpublic boolean isShowSaveButton()
public void setShowSaveButton(boolean showSaveButton)
showSaveButton
- the showSaveButton to setpublic boolean isShowSendEmailButton()
public void setShowSendEmailButton(boolean showSendEmailButton)
showSendEmailButton
- the showSendEmailButton to setpublic boolean isShowBookmarksButton()
public void setShowBookmarksButton(boolean showBookmarksButton)
showBookmarksButton
- the showBookmarksButton to setpublic boolean isShowParametersButton()
public void setShowParametersButton(boolean showParametersButton)
showParametersButton
- the showParametersButton to setpublic boolean isShowEditorButton()
public void setShowEditorButton(boolean showEditorButton)
showEditorButton
- the showEditorButton to setpublic boolean isShowFullScreenButton()
public void setShowFullScreenButton(boolean showFullScreenButton)
showFullScreenButton
- the showFullScreenButton to setpublic boolean isShowFirstPageButton()
public void setShowFirstPageButton(boolean showFirstPageButton)
showFirstPageButton
- the showFirstPageButton to setpublic boolean isShowPreviousPageButton()
public void setShowPreviousPageButton(boolean showPreviousPageButton)
showPreviousPageButton
- the showPreviousPageButton to setpublic boolean isShowCurrentPageControl()
public void setShowCurrentPageControl(boolean showCurrentPageControl)
showCurrentPageControl
- the showCurrentPageControl to setpublic boolean isShowNextPageButton()
public void setShowNextPageButton(boolean showNextPageButton)
showNextPageButton
- the showNextPageButton to setpublic boolean isShowLastPageButton()
public void setShowLastPageButton(boolean showLastPageButton)
showLastPageButton
- the showLastPageButton to setpublic boolean isShowZoomButton()
public void setShowZoomButton(boolean showZoomButton)
showZoomButton
- the showZoomButton to setpublic boolean isShowViewModeButton()
public void setShowViewModeButton(boolean showViewModeButton)
showViewModeButton
- the showViewModeButton to setpublic boolean isShowDesignButton()
public void setShowDesignButton(boolean showDesignButton)
showDesignButton
- the showDesignButton to setpublic boolean isShowAboutButton()
public void setShowAboutButton(boolean showAboutButton)
showAboutButton
- the showAboutButton to setpublic StiPrintDestination getPrintDestination()
public void setPrintDestination(StiPrintDestination printDestination)
printDestination
- the printDestination to setpublic StiWebViewMode getViewMode()
public void setViewMode(StiWebViewMode viewMode)
viewMode
- the viewMode to setpublic int getZoom()
public void setZoom(int zoom)
zoom
- the zoom to setpublic boolean isMenuAnimation()
public void setMenuAnimation(boolean menuAnimation)
menuAnimation
- the menuAnimation to setpublic StiShowMenuMode getShowMenuMode()
public void setShowMenuMode(StiShowMenuMode showMenuMode)
showMenuMode
- the showMenuMode to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |