org.exoplatform.webui.organization
Class UIGroupSelector

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.organization.UIGroupSelector

public class UIGroupSelector
extends UIContainer

Created by The eXo Platform SARL Author : Pham Dung Ha ha.pham@exoplatform.com May 8, 2007


Nested Class Summary
static class UIGroupSelector.ChangeNodeActionListener
           
static class UIGroupSelector.SelectGroupActionListener
           
static class UIGroupSelector.SelectPathActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
UIContainer.SelectTabActionListener
 
Field Summary
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIGroupSelector()
           
 
Method Summary
 void changeGroup(java.lang.String groupId)
           
 java.lang.String event(java.lang.String name)
           
 org.exoplatform.services.organization.Group getSelectedGroup()
           
 void setSelectedGroup(org.exoplatform.services.organization.Group group)
           
 
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, 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

UIGroupSelector

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

getSelectedGroup

public org.exoplatform.services.organization.Group getSelectedGroup()

setSelectedGroup

public void setSelectedGroup(org.exoplatform.services.organization.Group group)

changeGroup

public void changeGroup(java.lang.String groupId)
                 throws java.lang.Exception
Throws:
java.lang.Exception

event

public java.lang.String event(java.lang.String name)
                       throws java.lang.Exception
Overrides:
event in class UIComponent
Throws:
java.lang.Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.