org.exoplatform.webui.organization
Class UIAccessGroup

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.form.UIFormInputContainer<java.lang.String>
              extended by org.exoplatform.webui.organization.UIAccessGroup
All Implemented Interfaces:
UIFormInput<java.lang.String>

public class UIAccessGroup
extends UIFormInputContainer<java.lang.String>

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


Nested Class Summary
static class UIAccessGroup.DeleteActionListener
           
static class UIAccessGroup.SelectGroupActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
UIContainer.SelectTabActionListener
 
Field Summary
 
Fields inherited from class org.exoplatform.webui.form.UIFormInputContainer
bindingField, name, value_
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIAccessGroup()
           
 
Method Summary
 void addGroup(org.exoplatform.services.organization.Group... groups)
           
 void clearGroups()
           
 void configure(java.lang.String iname, java.lang.String bfield)
           
 java.lang.String[] getAccessGroup()
           
 java.lang.Class<java.lang.String> getTypeValue()
           
 void setGroups(java.lang.String[] groups)
           
 
Methods inherited from class org.exoplatform.webui.form.UIFormInputContainer
addValidator, getBindingField, getLabel, getName, getValidators, getValue, isEmpty, reset, setBindingField, setLabel, setName, setValue
 
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, 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

UIAccessGroup

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

configure

public void configure(java.lang.String iname,
                      java.lang.String bfield)

addGroup

public void addGroup(org.exoplatform.services.organization.Group... groups)
              throws java.lang.Exception
Throws:
java.lang.Exception

clearGroups

public void clearGroups()
                 throws java.lang.Exception
Throws:
java.lang.Exception

getAccessGroup

public java.lang.String[] getAccessGroup()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

setGroups

public void setGroups(java.lang.String[] groups)
               throws java.lang.Exception
Throws:
java.lang.Exception

getTypeValue

public java.lang.Class<java.lang.String> getTypeValue()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.