com.stimulsoft.webviewer
Class StiWebViewerOptions.EmailOptions

java.lang.Object
  extended by com.stimulsoft.webviewer.StiWebViewerOptions.EmailOptions
Enclosing class:
StiWebViewerOptions

public class StiWebViewerOptions.EmailOptions
extends java.lang.Object


Constructor Summary
StiWebViewerOptions.EmailOptions()
           
 
Method Summary
 java.lang.String getDefaultEmailAddress()
          The default email address of the message created in the viewer.
 java.lang.String getDefaultEmailMessage()
          The default subject of the message created in the viewer.
 java.lang.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(java.lang.String defaultEmailAddress)
          The default email address of the message created in the viewer.
 void setDefaultEmailMessage(java.lang.String defaultEmailMessage)
          The default subject of the message created in the viewer.
 void setDefaultEmailSubject(java.lang.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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiWebViewerOptions.EmailOptions

public StiWebViewerOptions.EmailOptions()
Method Detail

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

public java.lang.String getDefaultEmailAddress()
The default email address of the message created in the viewer.

Returns:
the defaultEmailAddress

setDefaultEmailAddress

public void setDefaultEmailAddress(java.lang.String defaultEmailAddress)
The default email address of the message created in the viewer.

Parameters:
defaultEmailAddress - the defaultEmailAddress to set

getDefaultEmailSubject

public java.lang.String getDefaultEmailSubject()
The default subject of the message created in the viewer.

Returns:
the defaultEmailSubject

setDefaultEmailSubject

public void setDefaultEmailSubject(java.lang.String defaultEmailSubject)
The default subject of the message created in the viewer.

Parameters:
defaultEmailSubject - the defaultEmailSubject to set

getDefaultEmailMessage

public java.lang.String getDefaultEmailMessage()
The default subject of the message created in the viewer.

Returns:
the defaultEmailMessage

setDefaultEmailMessage

public void setDefaultEmailMessage(java.lang.String defaultEmailMessage)
The default subject of the message created in the viewer.

Parameters:
defaultEmailMessage - the defaultEmailMessage to set