Package com.stimulsoft.webdesigner
Class StiWebDesignerOptions.EmailOptions
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.EmailOptions
- 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 TypeMethodDescriptionGets or sets the default email address of the message created in the preview.Gets or sets the default text of the message created in the preview.Gets or sets the default subject of the message created in the preview.booleanGets or sets a value which allows to display the Email dialog, or send Email with the default settings.booleanGets or sets a value which allows to display the export dialog for Email, or export report for Email with the default settings.voidsetDefaultEmailAddress(String defaultEmailAddress) Gets or sets the default email address of the message created in the preview.voidsetDefaultEmailMessage(String defaultEmailMessage) Gets or sets the default text of the message created in the preview.voidsetDefaultEmailSubject(String defaultEmailSubject) Gets or sets the default subject of the message created in the preview.voidsetShowEmailDialog(boolean showEmailDialog) Gets or sets a value which allows to display the Email dialog, or send Email with the default settings.voidsetShowExportDialog(boolean showExportDialog) Gets or sets a value which allows to display the export dialog for Email, or export report for Email with the default settings.Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
EmailOptions
public EmailOptions()
-
-
Method Details
-
isShowEmailDialog
public boolean isShowEmailDialog()Gets or sets a value which allows to display the Email dialog, or send Email with the default settings.- Returns:
- the showEmailDialog
-
setShowEmailDialog
public void setShowEmailDialog(boolean showEmailDialog) Gets or sets a value which allows to display the Email dialog, or send Email with the default settings.- Parameters:
showEmailDialog- the showEmailDialog to set
-
isShowExportDialog
public boolean isShowExportDialog()Gets or sets a value which allows to display the export dialog for Email, or export report for Email with the default settings.- Returns:
- the showExportDialog
-
setShowExportDialog
public void setShowExportDialog(boolean showExportDialog) Gets or sets a value which allows to display the export dialog for Email, or export report for Email with the default settings.- Parameters:
showExportDialog- the showExportDialog to set
-
getDefaultEmailAddress
Gets or sets the default email address of the message created in the preview.- Returns:
- the defaultEmailAddress
-
setDefaultEmailAddress
Gets or sets the default email address of the message created in the preview.- Parameters:
defaultEmailAddress- the defaultEmailAddress to set
-
getDefaultEmailSubject
Gets or sets the default subject of the message created in the preview.- Returns:
- the defaultEmailSubject
-
setDefaultEmailSubject
Gets or sets the default subject of the message created in the preview.- Parameters:
defaultEmailSubject- the defaultEmailSubject to set
-
getDefaultEmailMessage
Gets or sets the default text of the message created in the preview.- Returns:
- the defaultEmailMessage
-
setDefaultEmailMessage
Gets or sets the default text of the message created in the preview.- Parameters:
defaultEmailMessage- the defaultEmailMessage to set
-