|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.webviewer.StiWebViewerOptions.EmailOptions
public class StiWebViewerOptions.EmailOptions
| Constructor Summary | |
|---|---|
StiWebViewerOptions.EmailOptions()
|
|
| Method Summary | |
|---|---|
String |
getDefaultEmailAddress()
The default email address of the message created in the viewer. |
String |
getDefaultEmailMessage()
The default subject of the message created in the viewer. |
String |
getDefaultEmailSubject()
The default subject of the message created in the viewer. |
boolean |
isShowEmailDialog()
A value which allows to display the Email dialog, or send Email with the default settings. |
boolean |
isShowExportDialog()
A value which allows to display the export dialog for Email, or export report for Email with the default settings. |
void |
setDefaultEmailAddress(String defaultEmailAddress)
The default email address of the message created in the viewer. |
void |
setDefaultEmailMessage(String defaultEmailMessage)
The default subject of the message created in the viewer. |
void |
setDefaultEmailSubject(String defaultEmailSubject)
The default subject of the message created in the viewer. |
void |
setShowEmailDialog(boolean showEmailDialog)
A value which allows to display the Email dialog, or send Email with the default settings. |
void |
setShowExportDialog(boolean showExportDialog)
A value which allows to display the export dialog for Email, or export report for Email with the default settings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiWebViewerOptions.EmailOptions()
| Method Detail |
|---|
public boolean isShowEmailDialog()
public void setShowEmailDialog(boolean showEmailDialog)
showEmailDialog - the showEmailDialog to setpublic boolean isShowExportDialog()
public void setShowExportDialog(boolean showExportDialog)
showExportDialog - the showExportDialog to setpublic String getDefaultEmailAddress()
public void setDefaultEmailAddress(String defaultEmailAddress)
defaultEmailAddress - the defaultEmailAddress to setpublic String getDefaultEmailSubject()
public void setDefaultEmailSubject(String defaultEmailSubject)
defaultEmailSubject - the defaultEmailSubject to setpublic String getDefaultEmailMessage()
public void setDefaultEmailMessage(String defaultEmailMessage)
defaultEmailMessage - the defaultEmailMessage to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||