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 TypeMethodDescriptionvoid
setDropZone
(String dropZone) The id of the HTMLElement in the Browser to drop the file.void
Value binding expression pointing to aPart
property to store the uploaded file.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAccessKey
setAccessKey
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAutoSpacing
setAutoSpacing
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasConverterMessage
setConverterMessage
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasDecorationPosition
setHelpPosition, setMessagePosition
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasHelp
setHelp
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabel
setLabel
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelLayout
setLabelLayout
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasRequiredMessage
setRequiredMessage
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTabIndex
setTabIndex
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidator
setValidator
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorMessage
setValidatorMessage
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValueChangeListener
setValueChangeListener
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled
setDisabled
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsFocus
setFocus
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsMultiple
setMultiple
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsReadonly
setReadonly
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRequired
setRequired
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
Method Details
-
setValue
Value binding expression pointing to aPart
property to store the uploaded file. -
setDropZone
The id of the HTMLElement in the Browser to drop the file.
-