public interface FileTagDeclaration extends HasValidator, HasValidatorMessage, HasRequiredMessage, HasConverterMessage, HasValueChangeListener, HasIdBindingAndRendered, IsDisabled, IsFocus, IsMultiple, HasLabel, HasLabelLayout, HasAccessKey, HasTip, HasHelp, IsReadonly, IsRequired, HasTabIndex, IsVisual, HasAutoSpacing
Renders a file input field.
For content constraints please use tc:validateFileItem.
Modifier and Type | Method and Description |
---|---|
void |
setDropZone(String dropZone)
The id of the HTMLElement in the Browser to drop the file.
|
void |
setValue(String value)
Value binding expression pointing to a
Part property to store the
uploaded file. |
setValidator
setValidatorMessage
setRequiredMessage
setConverterMessage
setValueChangeListener
setBinding
setRendered
setDisabled
setFocus
setMultiple
setLabel
setLabelLayout
setAccessKey
setTip
setHelp
setReadonly
setRequired
setTabIndex
setCustomClass, setMarkup
setAutoSpacing
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.