org.exoplatform.webui.organization
Class UIAccountInputSet

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.form.UIFormInputSet
              extended by org.exoplatform.webui.form.UIFormInputWithActions
                  extended by org.exoplatform.webui.organization.UIAccountInputSet

public class UIAccountInputSet
extends UIFormInputWithActions

Created by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 28, 2006


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exoplatform.webui.form.UIFormInputWithActions
UIFormInputWithActions.ActionData
 
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
UIAccountInputSet(java.lang.String name)
           
 
Method Summary
 java.lang.String getPropertyPrefix()
           
 java.lang.String getUserName()
           
 boolean save(org.exoplatform.services.organization.OrganizationService service, boolean newUser)
           
 void setValue(org.exoplatform.services.organization.User user)
           
 
Methods inherited from class org.exoplatform.webui.form.UIFormInputWithActions
processRender, setActionField
 
Methods inherited from class org.exoplatform.webui.form.UIFormInputSet
addUIFormInput, addUIFormInput, getName, getUIFormCheckBoxInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingField, invokeSetBindingField, processDecode, reset
 
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, 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

UIAccountInputSet

public UIAccountInputSet(java.lang.String name)
                  throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getUserName

public java.lang.String getUserName()

getPropertyPrefix

public java.lang.String getPropertyPrefix()

setValue

public void setValue(org.exoplatform.services.organization.User user)
              throws java.lang.Exception
Throws:
java.lang.Exception

save

public boolean save(org.exoplatform.services.organization.OrganizationService service,
                    boolean newUser)
             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 eXo Platform SAS. All Rights Reserved.