Class UIFieldEditableForm


  • public class UIFieldEditableForm
    extends UIWikiForm
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getEditableFieldId()  
      List<org.exoplatform.webui.ext.filter.UIExtensionFilter> getFilters()  
      Class[] getFunctionArgType()  
      String getInputId()  
      String getParentFunctionName()  
      void hideTitleInputBox()  
      void processRender​(org.exoplatform.webui.application.WebuiRequestContext context)  
      void setEditableFieldId​(String editableFieldId)  
      void setFunctionArgType​(Class[] functionArg)  
      void setParentFunction​(String name, Class[] arg)  
      void setParentFunctionName​(String parentFunctionName)  
      String url​(String name)  
      • Methods inherited from class org.exoplatform.webui.form.UIForm

        addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUICheckBoxInput, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction
      • Methods inherited from class org.exoplatform.webui.core.UIContainer

        addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
      • Methods inherited from class org.exoplatform.webui.core.UIComponent

        broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url
    • Constructor Detail

      • UIFieldEditableForm

        public UIFieldEditableForm()
    • Method Detail

      • getFilters

        public List<org.exoplatform.webui.ext.filter.UIExtensionFilter> getFilters()
      • hideTitleInputBox

        public void hideTitleInputBox()
      • getEditableFieldId

        public String getEditableFieldId()
      • setEditableFieldId

        public void setEditableFieldId​(String editableFieldId)
      • getParentFunctionName

        public String getParentFunctionName()
      • setParentFunctionName

        public void setParentFunctionName​(String parentFunctionName)
      • getInputId

        public String getInputId()
      • getFunctionArgType

        public Class[] getFunctionArgType()
      • setFunctionArgType

        public void setFunctionArgType​(Class[] functionArg)
      • setParentFunction

        public void setParentFunction​(String name,
                                      Class[] arg)