org.exoplatform.wcm.webui.selector
Class UIUserMemberSelector

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.wcm.webui.selector.UIUserMemberSelector
All Implemented Interfaces:
org.exoplatform.ecm.webui.selector.ComponentSelector

public class UIUserMemberSelector
extends org.exoplatform.webui.core.UIContainer
implements org.exoplatform.ecm.webui.selector.ComponentSelector

Created by The eXo Platform SAS Author : eXoPlatform chuong.phan@exoplatform.com, phan.le.thanh.chuong@gmail.com June 10, 2009


Nested Class Summary
static class UIUserMemberSelector.AddUserActionListener
          The listener interface for receiving addUserAction events.
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIUserMemberSelector()
          Instantiates a new uIWCM user container.
 
Method Summary
 java.lang.String getReturnField()
          Gets the return field.
 org.exoplatform.webui.core.UIComponent getSourceComponent()
           
 void init()
          Inits the.
 boolean isMulti()
          Checks if is multi.
 boolean isShowSearch()
          Checks if is show search.
 boolean isShowSearchGroup()
          Checks if is show search group.
 boolean isShowSearchUser()
          Checks if is show search user.
 boolean isUsePopup()
          Checks if is use popup.
 void setMulti(boolean isMulti)
          Sets the multi.
 void setShowSearch(boolean isShowSearch)
          Sets the show search.
 void setShowSearchGroup(boolean isShowSearchGroup)
          Sets the show search group.
 void setShowSearchUser(boolean isShowSearchUser)
          Sets the show search user.
 void setSourceComponent(org.exoplatform.webui.core.UIComponent uicomponent, java.lang.String[] initParams)
           
 void setUsePopup(boolean isUsePopup)
          Sets the use popup.
 
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, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIUserMemberSelector

public UIUserMemberSelector()
Instantiates a new uIWCM user container.

Throws:
java.lang.Exception - the exception
Method Detail

init

public void init()
          throws java.lang.Exception
Inits the.

Throws:
java.lang.Exception - the exception

isUsePopup

public boolean isUsePopup()
Checks if is use popup.

Returns:
true, if is use popup

setUsePopup

public void setUsePopup(boolean isUsePopup)
Sets the use popup.

Parameters:
isUsePopup - the new use popup

isMulti

public boolean isMulti()
Checks if is multi.

Returns:
true, if is multi

setMulti

public void setMulti(boolean isMulti)
Sets the multi.

Parameters:
isMulti - the new multi

isShowSearchGroup

public boolean isShowSearchGroup()
Checks if is show search group.

Returns:
true, if is show search group

setShowSearchGroup

public void setShowSearchGroup(boolean isShowSearchGroup)
Sets the show search group.

Parameters:
isShowSearchGroup - the new show search group

isShowSearchUser

public boolean isShowSearchUser()
Checks if is show search user.

Returns:
true, if is show search user

setShowSearchUser

public void setShowSearchUser(boolean isShowSearchUser)
Sets the show search user.

Parameters:
isShowSearchUser - the new show search user

isShowSearch

public boolean isShowSearch()
Checks if is show search.

Returns:
true, if is show search

setShowSearch

public void setShowSearch(boolean isShowSearch)
Sets the show search.

Parameters:
isShowSearch - the new show search

getSourceComponent

public org.exoplatform.webui.core.UIComponent getSourceComponent()
Specified by:
getSourceComponent in interface org.exoplatform.ecm.webui.selector.ComponentSelector

getReturnField

public java.lang.String getReturnField()
Gets the return field.

Returns:
the return field

setSourceComponent

public void setSourceComponent(org.exoplatform.webui.core.UIComponent uicomponent,
                               java.lang.String[] initParams)
Specified by:
setSourceComponent in interface org.exoplatform.ecm.webui.selector.ComponentSelector


Copyright © 2010 eXo Platform SAS. All Rights Reserved.