com.bea.control
Interface EmailControl


public interface EmailControl

Email control base interface.


Nested Class Summary
static interface EmailControl.Email
          The Email cotrol attributes used to send email.
static interface EmailControl.Send
          Method for sending an email.
 
Method Summary
 com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument getProperties()
          Get the properties set for this control.
 void setProperties(com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument xmlProp)
          Sets the dynamic properties for the control.
 

Method Detail

setProperties

void setProperties(com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument xmlProp)
Sets the dynamic properties for the control.

Parameters:
xmlProp - the dynamic properties for the control.

getProperties

com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument getProperties()
Get the properties set for this control.

Returns:
the dynamic properties for the control. NULL if the control has not been initialized yet.