Package com.stimulsoft.webdesigner
Class StiWebDesignerOptions.FileMenuOptions
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.FileMenuOptions
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef
- Enclosing class:
StiWebDesignerOptions
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets or sets a visibility of the About item in the file menu.booleanGets or sets a visibility of the Close item in the file menu.booleanGets or sets a visibility of the Exit item in the file menu.booleanGets or sets a visibility of the Help item in the file menu.booleanGets or sets a visibility of the Info item in the file menu.booleanGets or sets a visibility of the New item in the file menu.booleanGets or sets a visibility of the Open Report item in the file menu.booleanGets or sets a visibility of the Options item in the file menu.booleanGets or sets a visibility of the Report Setup item in the file menu.booleanGets or sets a visibility of the Save Report item in the file menu.booleanGets or sets a visibility of the Save Report As item in the file menu.booleanGets or sets a visibility of the file menu of the designer.voidsetShowAbout(boolean showAbout) Gets or sets a visibility of the About item in the file menu.voidsetShowClose(boolean showClose) Gets or sets a visibility of the Close item in the file menu.voidsetShowExit(boolean showExit) Gets or sets a visibility of the Exit item in the file menu.voidsetShowHelp(boolean showHelp) Gets or sets a visibility of the Help item in the file menu.voidsetShowInfo(boolean showInfo) Gets or sets a visibility of the Info item in the file menu.voidsetShowNew(boolean showNew) Gets or sets a visibility of the New item in the file menu.voidsetShowOpen(boolean showOpen) Gets or sets a visibility of the Open Report item in the file menu.voidsetShowOptions(boolean showOptions) Gets or sets a visibility of the Options item in the file menu.voidsetShowReportSetup(boolean showReportSetup) Gets or sets a visibility of the Report Setup item in the file menu.voidsetShowSave(boolean showSave) Gets or sets a visibility of the Save Report item in the file menu.voidsetShowSaveAs(boolean showSaveAs) Gets or sets a visibility of the Save Report As item in the file menu.voidsetVisible(boolean visible) Gets or sets a visibility of the file menu of the designer.Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
FileMenuOptions
public FileMenuOptions()
-
-
Method Details
-
isVisible
public boolean isVisible()Gets or sets a visibility of the file menu of the designer.- Returns:
- the visible
-
setVisible
public void setVisible(boolean visible) Gets or sets a visibility of the file menu of the designer.- Parameters:
visible- the visible to set
-
isShowNew
public boolean isShowNew()Gets or sets a visibility of the New item in the file menu.- Returns:
- the showNew
-
setShowNew
public void setShowNew(boolean showNew) Gets or sets a visibility of the New item in the file menu.- Parameters:
showNew- the showNew to set
-
isShowOpen
public boolean isShowOpen()Gets or sets a visibility of the Open Report item in the file menu.- Returns:
- the showOpen
-
setShowOpen
public void setShowOpen(boolean showOpen) Gets or sets a visibility of the Open Report item in the file menu.- Parameters:
showOpen- the showOpen to set
-
isShowSave
public boolean isShowSave()Gets or sets a visibility of the Save Report item in the file menu.- Returns:
- the showSave
-
setShowSave
public void setShowSave(boolean showSave) Gets or sets a visibility of the Save Report item in the file menu.- Parameters:
showSave- the showSave to set
-
isShowSaveAs
public boolean isShowSaveAs()Gets or sets a visibility of the Save Report As item in the file menu.- Returns:
- the showSaveAs
-
setShowSaveAs
public void setShowSaveAs(boolean showSaveAs) Gets or sets a visibility of the Save Report As item in the file menu.- Parameters:
showSaveAs- the showSaveAs to set
-
isShowClose
public boolean isShowClose()Gets or sets a visibility of the Close item in the file menu.- Returns:
- the showClose
-
setShowClose
public void setShowClose(boolean showClose) Gets or sets a visibility of the Close item in the file menu.- Parameters:
showClose- the showClose to set
-
isShowExit
public boolean isShowExit()Gets or sets a visibility of the Exit item in the file menu.- Returns:
- the showExit
-
setShowExit
public void setShowExit(boolean showExit) Gets or sets a visibility of the Exit item in the file menu.- Parameters:
showExit- the showExit to set
-
isShowReportSetup
public boolean isShowReportSetup()Gets or sets a visibility of the Report Setup item in the file menu.- Returns:
- the showReportSetup
-
setShowReportSetup
public void setShowReportSetup(boolean showReportSetup) Gets or sets a visibility of the Report Setup item in the file menu.- Parameters:
showReportSetup- the showReportSetup to set
-
isShowOptions
public boolean isShowOptions()Gets or sets a visibility of the Options item in the file menu.- Returns:
- the showOptions
-
setShowOptions
public void setShowOptions(boolean showOptions) Gets or sets a visibility of the Options item in the file menu.- Parameters:
showOptions- the showOptions to set
-
isShowInfo
public boolean isShowInfo()Gets or sets a visibility of the Info item in the file menu.- Returns:
- the showInfo
-
setShowInfo
public void setShowInfo(boolean showInfo) Gets or sets a visibility of the Info item in the file menu.- Parameters:
showInfo- the showInfo to set
-
isShowAbout
public boolean isShowAbout()Gets or sets a visibility of the About item in the file menu.- Returns:
- the showAbout
-
setShowAbout
public void setShowAbout(boolean showAbout) Gets or sets a visibility of the About item in the file menu.- Parameters:
showAbout- the showAbout to set
-
isShowHelp
public boolean isShowHelp()Gets or sets a visibility of the Help item in the file menu.- Returns:
- the showHelp
-
setShowHelp
public void setShowHelp(boolean showHelp) Gets or sets a visibility of the Help item in the file menu.- Parameters:
showHelp- the showHelp to set
-