org.exoplatform.wiki.webui.form
Class UIWikiFormUploadInput

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.form.UIFormInputBase<String>
              extended by org.exoplatform.webui.form.input.UIUploadInput
                  extended by org.exoplatform.wiki.webui.form.UIWikiFormUploadInput
All Implemented Interfaces:
org.exoplatform.webui.form.UIFormInput<String>

public class UIWikiFormUploadInput
extends org.exoplatform.webui.form.input.UIUploadInput


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exoplatform.webui.form.input.UIUploadInput
org.exoplatform.webui.form.input.UIUploadInput.CreateUploadIdActionListener, org.exoplatform.webui.form.input.UIUploadInput.RemoveUploadIdActionListener
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static String UPLOAD_ACTION
           
 
Fields inherited from class org.exoplatform.webui.form.UIFormInputBase
bindingField, defaultValue_, DISABLE, disabled, ENABLE, enable_, name, readonly_, typeValue_, validators, value_
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIWikiFormUploadInput(String name, String bindingExpression)
           
UIWikiFormUploadInput(String name, String bindingExpression, int limit)
           
 
Method Summary
 String getPostUploadActionLink()
           
 boolean isAutoUpload()
           
 void setAutoUpload(boolean isAutoUpload)
           
 
Methods inherited from class org.exoplatform.webui.form.input.UIUploadInput
addNewUploadId, decode, getUploadDataAsStream, getUploadDataAsStreams, getUploadIds, getUploadResource, getUploadResources, isDynamicMode, removeUploadId
 
Methods inherited from class org.exoplatform.webui.form.UIFormInputBase
addValidator, getBindingField, getDefaultValue, getHTMLAttribute, getLabel, getName, getTypeValue, getValidators, getValue, isDisabled, isEditable, isEnable, isMandatory, isReadOnly, isValid, processDecode, renderHTMLAttributes, reset, setBindingField, setDefaultValue, setDisabled, setEditable, setEnable, setHTMLAttribute, setLabel, setName, setReadOnly, 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, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPLOAD_ACTION

public static final String UPLOAD_ACTION
See Also:
Constant Field Values
Constructor Detail

UIWikiFormUploadInput

public UIWikiFormUploadInput(String name,
                             String bindingExpression)

UIWikiFormUploadInput

public UIWikiFormUploadInput(String name,
                             String bindingExpression,
                             int limit)
Method Detail

isAutoUpload

public boolean isAutoUpload()

setAutoUpload

public void setAutoUpload(boolean isAutoUpload)

getPostUploadActionLink

public String getPostUploadActionLink()
                               throws Exception
Throws:
Exception


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.