Package com.stimulsoft.webviewer
Class StiWebViewerOptions.EmailOptions
java.lang.Object
com.stimulsoft.webviewer.StiWebViewerOptions.EmailOptions
- Enclosing class:
StiWebViewerOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe default email address of the message created in the viewer.The default subject of the message created in the viewer.The default subject of the message created in the viewer.booleanA value which allows to display the Email dialog, or send Email with the default settings.booleanA value which allows to display the export dialog for Email, or export report for Email with the default settings.voidsetDefaultEmailAddress(String defaultEmailAddress) The default email address of the message created in the viewer.voidsetDefaultEmailMessage(String defaultEmailMessage) The default subject of the message created in the viewer.voidsetDefaultEmailSubject(String defaultEmailSubject) The default subject of the message created in the viewer.voidsetShowEmailDialog(boolean showEmailDialog) A value which allows to display the Email dialog, or send Email with the default settings.voidsetShowExportDialog(boolean showExportDialog) A value which allows to display the export dialog for Email, or export report for Email with the default settings.
-
Constructor Details
-
EmailOptions
public EmailOptions()
-
-
Method Details
-
isShowEmailDialog
public boolean isShowEmailDialog()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) 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()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) 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
The default email address of the message created in the viewer.- Returns:
- the defaultEmailAddress
-
setDefaultEmailAddress
The default email address of the message created in the viewer.- Parameters:
defaultEmailAddress- the defaultEmailAddress to set
-
getDefaultEmailSubject
The default subject of the message created in the viewer.- Returns:
- the defaultEmailSubject
-
setDefaultEmailSubject
The default subject of the message created in the viewer.- Parameters:
defaultEmailSubject- the defaultEmailSubject to set
-
getDefaultEmailMessage
The default subject of the message created in the viewer.- Returns:
- the defaultEmailMessage
-
setDefaultEmailMessage
The default subject of the message created in the viewer.- Parameters:
defaultEmailMessage- the defaultEmailMessage to set
-