|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.webdesigner.StiWebDesignerOptions.EmailOptions
public class StiWebDesignerOptions.EmailOptions
| Constructor Summary | |
|---|---|
StiWebDesignerOptions.EmailOptions()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultEmailAddress()
Gets or sets the default email address of the message created in the preview. |
java.lang.String |
getDefaultEmailMessage()
Gets or sets the default text of the message created in the preview. |
java.lang.String |
getDefaultEmailSubject()
Gets or sets the default subject of the message created in the preview. |
boolean |
isShowEmailDialog()
Gets or sets a value which allows to display the Email dialog, or send Email with the default settings. |
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. |
void |
setDefaultEmailAddress(java.lang.String defaultEmailAddress)
Gets or sets the default email address of the message created in the preview. |
void |
setDefaultEmailMessage(java.lang.String defaultEmailMessage)
Gets or sets the default text of the message created in the preview. |
void |
setDefaultEmailSubject(java.lang.String defaultEmailSubject)
Gets or sets the default subject of the message created in the preview. |
void |
setShowEmailDialog(boolean showEmailDialog)
Gets or sets a value which allows to display the Email dialog, or send Email with the default settings. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiWebDesignerOptions.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 java.lang.String getDefaultEmailAddress()
public void setDefaultEmailAddress(java.lang.String defaultEmailAddress)
defaultEmailAddress - the defaultEmailAddress to setpublic java.lang.String getDefaultEmailSubject()
public void setDefaultEmailSubject(java.lang.String defaultEmailSubject)
defaultEmailSubject - the defaultEmailSubject to setpublic java.lang.String getDefaultEmailMessage()
public void setDefaultEmailMessage(java.lang.String defaultEmailMessage)
defaultEmailMessage - the defaultEmailMessage to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||