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 SummaryModifier 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 org.apache.myfaces.tobago.internal.taglib.declaration.HasAccessKeysetAccessKeyMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAutoSpacingsetAutoSpacingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasConverterMessagesetConverterMessageMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasDecorationPositionsetHelpPosition, setMessagePositionMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasHelpsetHelpMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelsetLabelMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelLayoutsetLabelLayoutMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasRequiredMessagesetRequiredMessageMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTabIndexsetTabIndexMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorsetValidatorMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorMessagesetValidatorMessageMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValueChangeListenersetValueChangeListenerMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabledsetDisabledMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsFocussetFocusMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsMultiplesetMultipleMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsReadonlysetReadonlyMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRequiredsetRequiredMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setValueValue binding expression pointing to aPartproperty to store the uploaded file.
- 
setDropZoneThe id of the HTMLElement in the Browser to drop the file.
 
-