Interface FileTagDeclaration
- All Superinterfaces:
HasAccessKey, HasAutoSpacing, HasBinding, HasConverterMessage, HasDecorationPosition, HasHelp, HasId, HasIdBindingAndRendered, HasLabel, HasLabelLayout, HasRequiredMessage, HasTabIndex, HasTip, HasValidator, HasValidatorMessage, HasValueChangeListener, IsDisabled, IsFocus, IsMultiple, IsReadonly, IsRendered, IsRequired, IsVisual
public interface FileTagDeclaration
extends HasValidator, HasValidatorMessage, HasRequiredMessage, HasConverterMessage, HasValueChangeListener, HasIdBindingAndRendered, IsDisabled, IsFocus, IsMultiple, HasLabel, HasLabelLayout, HasAccessKey, HasTip, HasHelp, IsReadonly, IsRequired, HasTabIndex, IsVisual, HasAutoSpacing, HasDecorationPosition
Renders a file input field.
For content constraints please use tc:validateFileItem.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDropZone(String dropZone) The id of the HTMLElement in the Browser to drop the file.voidValue binding expression pointing to aPartproperty to store the uploaded file.Methods inherited from interface HasAccessKey
setAccessKeyMethods inherited from interface HasAutoSpacing
setAutoSpacingMethods inherited from interface HasBinding
setBindingMethods inherited from interface HasConverterMessage
setConverterMessageMethods inherited from interface HasDecorationPosition
setHelpPosition, setMessagePositionMethods inherited from interface HasLabelLayout
setLabelLayoutMethods inherited from interface HasRequiredMessage
setRequiredMessageMethods inherited from interface HasTabIndex
setTabIndexMethods inherited from interface HasValidator
setValidatorMethods inherited from interface HasValidatorMessage
setValidatorMessageMethods inherited from interface HasValueChangeListener
setValueChangeListenerMethods inherited from interface IsDisabled
setDisabledMethods inherited from interface IsMultiple
setMultipleMethods inherited from interface IsReadonly
setReadonlyMethods inherited from interface IsRendered
setRenderedMethods inherited from interface IsRequired
setRequiredMethods inherited from interface IsVisual
setCustomClass, setMarkup
-
Method Details
-
setValue
Value binding expression pointing to aPartproperty to store the uploaded file. -
setDropZone
The id of the HTMLElement in the Browser to drop the file.
-