Package org.exoplatform.wiki.webui.form
Class UIWikiFormUploadInput
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.webui.form.UIFormInputBase<String>
-
- org.exoplatform.webui.form.input.UIUploadInput
-
- 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
-
-
Field Summary
Fields Modifier and Type Field Description static StringUPLOAD_ACTION
-
Constructor Summary
Constructors Constructor Description UIWikiFormUploadInput(String name, String bindingExpression)UIWikiFormUploadInput(String name, String bindingExpression, int limit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPostUploadActionLink()booleanisAutoUpload()voidsetAutoUpload(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, 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
-
-
-
-
Field Detail
-
UPLOAD_ACTION
public static final String UPLOAD_ACTION
- See Also:
- Constant Field Values
-
-