org.exoplatform.mail.webui
Class UIFormInputWithActions

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.mail.webui.UIFormInputWithActions
Direct Known Subclasses:
UIFetchOptionsInputSet, UIOutgoingInputSet

public class UIFormInputWithActions
extends org.exoplatform.webui.form.UIFormInputSet

Created by The eXo Platform SARL Author : Dang Van Minh minh.dang@exoplatform.com Improved by : Phung Hai Nam phunghainam@gmail.com Sep 20, 2006


Nested Class Summary
static class UIFormInputWithActions.ActionData
           
 
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
UIFormInputWithActions(java.lang.String id)
           
 
Method Summary
 void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
           
 void setActionField(java.lang.String fieldName, java.util.List<UIFormInputWithActions.ActionData> actions)
           
 
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

UIFormInputWithActions

public UIFormInputWithActions(java.lang.String id)
Method Detail

setActionField

public void setActionField(java.lang.String fieldName,
                           java.util.List<UIFormInputWithActions.ActionData> actions)
                    throws java.lang.Exception
Throws:
java.lang.Exception

processRender

public void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
                   throws java.lang.Exception
Overrides:
processRender in class org.exoplatform.webui.form.UIFormInputSet
Throws:
java.lang.Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.