org.exoplatform.faq.webui.popup
Class UISendMailForm

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.form.UIForm
              extended by org.exoplatform.faq.webui.popup.UISendMailForm
All Implemented Interfaces:
UIPopupComponent

public class UISendMailForm
extends org.exoplatform.webui.form.UIForm
implements UIPopupComponent

Created by The eXo Platform SARL Author : Hung Nguyen hung.nguyen@exoplatform.com Aus 01, 2007 2:48:18 PM


Nested Class Summary
static class UISendMailForm.BccActionListener
           
static class UISendMailForm.CancelActionListener
           
static class UISendMailForm.CcActionListener
           
static class UISendMailForm.ChangeLanguageActionListener
           
static class UISendMailForm.SendActionListener
           
static class UISendMailForm.ToActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
 java.util.List<org.exoplatform.services.organization.User> addBCCUsers
           
 java.util.List<org.exoplatform.services.organization.User> addCCUsers
           
static java.lang.String FIELD_FROM_INPUT
           
 java.util.List<org.exoplatform.services.organization.User> toUsers
           
 
Fields inherited from class org.exoplatform.webui.form.UIForm
ACTION, SUBCOMPONENT_ID
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UISendMailForm()
           
 
Method Summary
 void activate()
           
 void addPlugin(org.exoplatform.container.component.ComponentPlugin plugin)
           
 void deActivate()
           
 java.util.List<org.exoplatform.services.organization.User> getAddBCCUsers()
           
 java.util.List<org.exoplatform.services.organization.User> getAddCCUsers()
           
 java.lang.String getFieldBCCValue()
           
 java.lang.String getFieldCCValue()
           
 java.lang.String getFieldToValue()
           
 java.lang.String getLink()
           
 java.util.List<org.exoplatform.services.organization.User> getToUsers()
           
 void setAddBCCUsers(java.util.List<org.exoplatform.services.organization.User> userList)
           
 void setAddCCUsers(java.util.List<org.exoplatform.services.organization.User> userList)
           
 void setFieldBCCValue(java.lang.String value)
           
 void setFieldCCValue(java.lang.String value)
           
 void setFieldToValue(java.lang.String value)
           
 void setLink(java.lang.String link)
           
 void setToUsers(java.util.List<org.exoplatform.services.organization.User> userList)
           
 void setUpdateQuestion(java.lang.String questionPath, java.lang.String language)
           
 
Methods inherited from class org.exoplatform.webui.form.UIForm
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, processRender, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, url
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes, visit
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_FROM_INPUT

public static final java.lang.String FIELD_FROM_INPUT
See Also:
Constant Field Values

toUsers

public java.util.List<org.exoplatform.services.organization.User> toUsers

addCCUsers

public java.util.List<org.exoplatform.services.organization.User> addCCUsers

addBCCUsers

public java.util.List<org.exoplatform.services.organization.User> addBCCUsers
Constructor Detail

UISendMailForm

public UISendMailForm()
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

activate

public void activate()
              throws java.lang.Exception
Specified by:
activate in interface UIPopupComponent
Throws:
java.lang.Exception

deActivate

public void deActivate()
                throws java.lang.Exception
Specified by:
deActivate in interface UIPopupComponent
Throws:
java.lang.Exception

getLink

public java.lang.String getLink()

setLink

public void setLink(java.lang.String link)

getToUsers

public java.util.List<org.exoplatform.services.organization.User> getToUsers()

setToUsers

public void setToUsers(java.util.List<org.exoplatform.services.organization.User> userList)

getAddCCUsers

public java.util.List<org.exoplatform.services.organization.User> getAddCCUsers()

setAddCCUsers

public void setAddCCUsers(java.util.List<org.exoplatform.services.organization.User> userList)

getAddBCCUsers

public java.util.List<org.exoplatform.services.organization.User> getAddBCCUsers()

setAddBCCUsers

public void setAddBCCUsers(java.util.List<org.exoplatform.services.organization.User> userList)

addPlugin

public void addPlugin(org.exoplatform.container.component.ComponentPlugin plugin)
               throws java.lang.Exception
Throws:
java.lang.Exception

setUpdateQuestion

public void setUpdateQuestion(java.lang.String questionPath,
                              java.lang.String language)
                       throws java.lang.Exception
Throws:
java.lang.Exception

setFieldToValue

public void setFieldToValue(java.lang.String value)

getFieldToValue

public java.lang.String getFieldToValue()

setFieldCCValue

public void setFieldCCValue(java.lang.String value)

getFieldCCValue

public java.lang.String getFieldCCValue()

setFieldBCCValue

public void setFieldBCCValue(java.lang.String value)

getFieldBCCValue

public java.lang.String getFieldBCCValue()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.