org.olat.core.gui.components.form.flexible
Interface FormMultipartItem

All Superinterfaces:
FormBaseComponentIdProvider, FormItem
All Known Subinterfaces:
FileElement
All Known Implementing Classes:
FileElementImpl

public interface FormMultipartItem
extends FormItem

Description:

This is a marker interface to tell the flexi form that this item needs a multipart request

Initial Date: 08.12.2008

Author:
Florian Gnaegi, frentix GmbH, http://www.frentix.com

Field Summary
 
Fields inherited from interface org.olat.core.gui.components.form.flexible.FormItem
ERRORC, EXAMPLEC, LABELC
 
Fields inherited from interface org.olat.core.gui.components.form.flexible.FormBaseComponentIdProvider
DISPPREFIX
 
Method Summary
 int getMaxUploadSizeKB()
           
 
Methods inherited from interface org.olat.core.gui.components.form.flexible.FormItem
addActionListener, clearError, doDispatchFormRequest, evalFormRequest, getAction, getActionListenersFor, getComponent, getErrorC, getErrorText, getExampleC, getExampleText, getLabelC, getLabelText, getName, getRootForm, getTranslator, getUserObject, hasError, hasExample, hasFocus, hasLabel, isEnabled, isMandatory, isVisible, reset, setEnabled, setErrorComponent, setErrorKey, setExampleKey, setFocus, setLabel, setLabelComponent, setMandatory, setRootForm, setTranslator, setUserObject, setVisible, showError, showExample, showLabel, validate
 
Methods inherited from interface org.olat.core.gui.components.form.flexible.FormBaseComponentIdProvider
getFormDispatchId
 

Method Detail

getMaxUploadSizeKB

int getMaxUploadSizeKB()