Package org.exoplatform.webui.form
Class UIFormUploadInput
- All Implemented Interfaces:
UIFormInput<String>
Deprecated.
Use UIUploadInput instead
Created by The eXo Platform SAS Jun 6, 2006
Represents an upload form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
UIContainer.SelectTabActionListener -
Field Summary
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, USE_WEBUI_RESOURCES -
Constructor Summary
ConstructorsConstructorDescriptionUIFormUploadInput(String name, String bindingExpression) Deprecated.UIFormUploadInput(String name, String bindingExpression, boolean isAutoUpload) Deprecated.UIFormUploadInput(String name, String bindingExpression, int limit) Deprecated.UIFormUploadInput(String name, String bindingExpression, int limit, boolean isAutoUpload) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(Object input, WebuiRequestContext context) Deprecated.Deprecated.byte[]Deprecated.Deprecated.Deprecated.org.exoplatform.upload.UploadResourceDeprecated.booleanDeprecated.voidsetAutoUpload(boolean isAutoUpload) Deprecated.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, setValueMethods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypesMethods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, buildModelObject, 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
-
Constructor Details
-
UIFormUploadInput
Deprecated. -
UIFormUploadInput
Deprecated. -
UIFormUploadInput
Deprecated. -
UIFormUploadInput
Deprecated.
-
-
Method Details
-
decode
Deprecated.- Specified by:
decodein classUIFormInputBase<String>
-
getUploadDataAsStream
Deprecated.- Throws:
Exception
-
getUploadData
Deprecated.- Throws:
Exception
-
getUploadId
Deprecated. -
getActionUpload
Deprecated. -
getUploadResource
public org.exoplatform.upload.UploadResource getUploadResource()Deprecated. -
isAutoUpload
public boolean isAutoUpload()Deprecated. -
setAutoUpload
public void setAutoUpload(boolean isAutoUpload) Deprecated.
-