org.exoplatform.faq.webui.popup
Class UIAddressEmailsForm

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.UIAddressEmailsForm
All Implemented Interfaces:
UIPopupComponent

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

Created by The eXo Platform SARL Author : Truong Nguyen truong.nguyen@exoplatform.com Oct 2, 2008, 10:47:27 AM


Nested Class Summary
static class UIAddressEmailsForm.AddActionListener
           
static class UIAddressEmailsForm.CancelActionListener
           
static class UIAddressEmailsForm.ChangeGroupActionListener
           
static class UIAddressEmailsForm.ReplaceActionListener
           
static class UIAddressEmailsForm.SearchActionListener
           
static class UIAddressEmailsForm.ShowPageActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
 java.util.Map<java.lang.String,org.exoplatform.services.organization.User> checkedList_
           
 java.util.Map<java.lang.String,org.exoplatform.services.organization.User> newCheckedList_
           
static java.lang.String USER_GROUP
           
static java.lang.String USER_SEARCH
           
 
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
UIAddressEmailsForm()
           
 
Method Summary
 void activate()
           
 void deActivate()
           
 java.lang.String[] getActions()
           
 long getAvailablePage()
           
 java.util.List<org.exoplatform.services.organization.User> getCheckedUser()
           
 long getCurrentPage()
           
 java.util.List<org.exoplatform.services.organization.User> getListAllUsers()
           
 java.util.List<SelectItem> getOptions()
           
 java.lang.String getRecipientType()
           
 org.exoplatform.webui.core.UIPageIterator getUIPageIterator()
           
 java.util.List<org.exoplatform.services.organization.User> getUsers()
           
 void setAlreadyCheckedUser(java.util.List<org.exoplatform.services.organization.User> alreadyCheckedUser)
           
 void setRecipientsType(java.lang.String type)
           
 void setUserList(java.util.List<org.exoplatform.services.organization.User> userList)
           
protected  void updateCurrentPage(int page)
           
 
Methods inherited from class org.exoplatform.webui.form.UIForm
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, 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

USER_SEARCH

public static final java.lang.String USER_SEARCH

USER_GROUP

public static final java.lang.String USER_GROUP

checkedList_

public java.util.Map<java.lang.String,org.exoplatform.services.organization.User> checkedList_

newCheckedList_

public java.util.Map<java.lang.String,org.exoplatform.services.organization.User> newCheckedList_
Constructor Detail

UIAddressEmailsForm

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

setRecipientsType

public void setRecipientsType(java.lang.String type)

getRecipientType

public java.lang.String getRecipientType()

getOptions

public java.util.List<SelectItem> getOptions()
                                      throws java.lang.Exception
Throws:
java.lang.Exception

getUsers

public java.util.List<org.exoplatform.services.organization.User> getUsers()
                                                                    throws java.lang.Exception
Throws:
java.lang.Exception

getListAllUsers

public java.util.List<org.exoplatform.services.organization.User> getListAllUsers()
                                                                           throws java.lang.Exception
Throws:
java.lang.Exception

setUserList

public void setUserList(java.util.List<org.exoplatform.services.organization.User> userList)
                 throws java.lang.Exception
Throws:
java.lang.Exception

setAlreadyCheckedUser

public void setAlreadyCheckedUser(java.util.List<org.exoplatform.services.organization.User> alreadyCheckedUser)
                           throws java.lang.Exception
Throws:
java.lang.Exception

getActions

public java.lang.String[] getActions()
Overrides:
getActions in class org.exoplatform.webui.form.UIForm

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

getUIPageIterator

public org.exoplatform.webui.core.UIPageIterator getUIPageIterator()

getAvailablePage

public long getAvailablePage()

getCurrentPage

public long getCurrentPage()

updateCurrentPage

protected void updateCurrentPage(int page)
                          throws java.lang.Exception
Throws:
java.lang.Exception

getCheckedUser

public java.util.List<org.exoplatform.services.organization.User> getCheckedUser()
                                                                          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 eXo Platform SAS. All Rights Reserved.