Class UIWikiAttachmentUploadListForm


  • public class UIWikiAttachmentUploadListForm
    extends org.exoplatform.webui.form.UIForm
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer

        org.exoplatform.webui.core.UIContainer.SelectTabActionListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String DOWNLOAD_ACTION  
      static String EXTENSION_TYPE  
      • Fields inherited from class org.exoplatform.webui.form.UIForm

        ACTION, SUBCOMPONENT_ID
      • Fields inherited from class org.exoplatform.webui.core.UIComponent

        AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Collection<org.exoplatform.wiki.mow.api.Attachment> getAttachments()  
      org.exoplatform.wiki.mow.api.Page getCurrentWikiPage()  
      protected void renderActions​(org.exoplatform.wiki.mow.api.Attachment attachment)  
      • 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, processRender, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, url
      • 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

      • UIWikiAttachmentUploadListForm

        public UIWikiAttachmentUploadListForm()
                                       throws Exception
        Throws:
        Exception
    • Method Detail

      • getAttachments

        protected Collection<org.exoplatform.wiki.mow.api.Attachment> getAttachments()
      • getCurrentWikiPage

        public org.exoplatform.wiki.mow.api.Page getCurrentWikiPage()
                                                             throws Exception
        Throws:
        Exception
      • renderActions

        protected void renderActions​(org.exoplatform.wiki.mow.api.Attachment attachment)
                              throws Exception
        Throws:
        Exception