Package com.stimulsoft.webdesigner
Class StiWebDesignerOptions.ToolbarOptions
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.ToolbarOptions
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef
- Enclosing class:
StiWebDesignerOptions
-
Field Summary
FieldsFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHiddenbooleanGets or sets a visibility of the about button in the toolbar of the designer.booleanGets or sets a visibility of the insert button in the toolbar of the designer.booleanGets or sets a visibility of the layout button in the toolbar of the designer.booleanGets or sets a visibility of the page button in the toolbar of the designer.booleanGets or sets a visibility of the preview button in the toolbar of the designer.booleanA visibility of the report button in the toolbar of the designer.booleanGets or sets a visibility of the save button in the toolbar of the designer.booleanGets or sets a visibility of the setup toolbox button in the designer.voidsetComponentsIntoInsertTab(StiDesignerComponents[] componentsIntoInsertTab) HiddenvoidsetShowAboutButton(boolean showAboutButton) Gets or sets a visibility of the about button in the toolbar of the designer.voidsetShowInsertButton(boolean showInsertButton) Gets or sets a visibility of the insert button in the toolbar of the designer.voidsetShowLayoutButton(boolean showLayoutButton) Gets or sets a visibility of the layout button in the toolbar of the designer.voidsetShowPageButton(boolean showPageButton) Gets or sets a visibility of the page button in the toolbar of the designer.voidsetShowPreviewButton(boolean showPreviewButton) Gets or sets a visibility of the preview button in the toolbar of the designer.voidsetShowReportButton(boolean showReportButton) voidsetShowSaveButton(boolean showSaveButton) Gets or sets a visibility of the save button in the toolbar of the designer.voidsetShowSetupToolboxButton(boolean showSetupToolboxButton) Gets or sets a visibility of the setup toolbox button in the designer.Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Field Details
-
componentsIntoInsertTab
-
-
Constructor Details
-
ToolbarOptions
public ToolbarOptions()
-
-
Method Details
-
isShowSetupToolboxButton
public boolean isShowSetupToolboxButton()Gets or sets a visibility of the setup toolbox button in the designer.- Returns:
- the showSetupToolboxButton
-
setShowSetupToolboxButton
public void setShowSetupToolboxButton(boolean showSetupToolboxButton) Gets or sets a visibility of the setup toolbox button in the designer.- Parameters:
showSetupToolboxButton- the showSetupToolboxButton to set
-
isShowInsertButton
public boolean isShowInsertButton()Gets or sets a visibility of the insert button in the toolbar of the designer.- Returns:
- the showInsertButton
-
setShowInsertButton
public void setShowInsertButton(boolean showInsertButton) Gets or sets a visibility of the insert button in the toolbar of the designer.- Parameters:
showInsertButton- the showInsertButton to set
-
isShowLayoutButton
public boolean isShowLayoutButton()Gets or sets a visibility of the layout button in the toolbar of the designer.- Returns:
- the showLayoutButton
-
setShowLayoutButton
public void setShowLayoutButton(boolean showLayoutButton) Gets or sets a visibility of the layout button in the toolbar of the designer.- Parameters:
showLayoutButton- the showLayoutButton to set
-
isShowPageButton
public boolean isShowPageButton()Gets or sets a visibility of the page button in the toolbar of the designer.- Returns:
- the showPageButton
-
setShowPageButton
public void setShowPageButton(boolean showPageButton) Gets or sets a visibility of the page button in the toolbar of the designer.- Parameters:
showPageButton- the showPageButton to set
-
isShowPreviewButton
public boolean isShowPreviewButton()Gets or sets a visibility of the preview button in the toolbar of the designer.- Returns:
- the showPreviewButton
-
setShowPreviewButton
public void setShowPreviewButton(boolean showPreviewButton) Gets or sets a visibility of the preview button in the toolbar of the designer.- Parameters:
showPreviewButton- the showPreviewButton to set
-
isShowSaveButton
public boolean isShowSaveButton()Gets or sets a visibility of the save button in the toolbar of the designer.- Returns:
- the showSaveButton
-
setShowSaveButton
public void setShowSaveButton(boolean showSaveButton) Gets or sets a visibility of the save button in the toolbar of the designer.- Parameters:
showSaveButton- the showSaveButton to set
-
isShowAboutButton
public boolean isShowAboutButton()Gets or sets a visibility of the about button in the toolbar of the designer.- Returns:
- the showAboutButton
-
setShowAboutButton
public void setShowAboutButton(boolean showAboutButton) Gets or sets a visibility of the about button in the toolbar of the designer.- Parameters:
showAboutButton- the showAboutButton to set
-
getComponentsIntoInsertTab
Hidden- Returns:
- the componentsIntoInsertTab
-
setComponentsIntoInsertTab
Hidden- Parameters:
componentsIntoInsertTab- the componentsIntoInsertTab to set
-
isShowReportButton
public boolean isShowReportButton()A visibility of the report button in the toolbar of the designer.- Returns:
-
setShowReportButton
public void setShowReportButton(boolean showReportButton)
-