- java.lang.Object
-
- javax.faces.component.UIComponent
-
- javax.faces.component.UIComponentBase
-
- javax.faces.component.UIOutput
-
- javax.faces.component.UIInput
-
- javax.faces.component.html.HtmlInputFile
-
- All Implemented Interfaces:
- EventListener, ClientBehaviorHolder, EditableValueHolder, PartialStateHolder, StateHolder, TransientStateHolder, ValueHolder, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder
public class HtmlInputFile extends UIInput implements ClientBehaviorHolder
Represents an HTML
inputelement of typefile.By default, the
rendererTypeproperty must be set to "javax.faces.File". This value can be changed by calling thesetRendererType()method.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description protected static classHtmlInputFile.PropertyKeys
-
Field Summary
Fields Modifier and Type Field and Description static StringCOMPONENT_TYPEThe standard component type for this component.-
Fields inherited from class javax.faces.component.UIInput
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME
-
Fields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
-
-
Constructor Summary
Constructors Constructor and Description HtmlInputFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description StringgetAccesskey()Return the value of theaccesskeyproperty.StringgetAlt()Return the value of thealtproperty.StringgetAutocomplete()Return the value of theautocompleteproperty.StringgetDefaultEventName()This is a default implementation of
ClientBehaviorHolder.getDefaultEventName().StringgetDir()Return the value of thedirproperty.Collection<String>getEventNames()This is a default implementation of
ClientBehaviorHolder.getEventNames().StringgetLabel()Return the value of thelabelproperty.StringgetLang()Return the value of thelangproperty.intgetMaxlength()Return the value of themaxlengthproperty.StringgetOnblur()Return the value of theonblurproperty.StringgetOnchange()Return the value of theonchangeproperty.StringgetOnclick()Return the value of theonclickproperty.StringgetOndblclick()Return the value of theondblclickproperty.StringgetOnfocus()Return the value of theonfocusproperty.StringgetOnkeydown()Return the value of theonkeydownproperty.StringgetOnkeypress()Return the value of theonkeypressproperty.StringgetOnkeyup()Return the value of theonkeyupproperty.StringgetOnmousedown()Return the value of theonmousedownproperty.StringgetOnmousemove()Return the value of theonmousemoveproperty.StringgetOnmouseout()Return the value of theonmouseoutproperty.StringgetOnmouseover()Return the value of theonmouseoverproperty.StringgetOnmouseup()Return the value of theonmouseupproperty.StringgetOnselect()Return the value of theonselectproperty.StringgetRole()Return the value of theroleproperty.intgetSize()Return the value of thesizeproperty.StringgetStyle()Return the value of thestyleproperty.StringgetStyleClass()Return the value of thestyleClassproperty.StringgetTabindex()Return the value of thetabindexproperty.StringgetTitle()Return the value of thetitleproperty.booleanisDisabled()Return the value of thedisabledproperty.booleanisReadonly()Return the value of thereadonlyproperty.voidsetAccesskey(String accesskey)Set the value of theaccesskeyproperty.voidsetAlt(String alt)Set the value of thealtproperty.voidsetAutocomplete(String autocomplete)Set the value of theautocompleteproperty.voidsetDir(String dir)Set the value of thedirproperty.voidsetDisabled(boolean disabled)Set the value of thedisabledproperty.voidsetLabel(String label)Set the value of thelabelproperty.voidsetLang(String lang)Set the value of thelangproperty.voidsetMaxlength(int maxlength)Set the value of themaxlengthproperty.voidsetOnblur(String onblur)Set the value of theonblurproperty.voidsetOnchange(String onchange)Set the value of theonchangeproperty.voidsetOnclick(String onclick)Set the value of theonclickproperty.voidsetOndblclick(String ondblclick)Set the value of theondblclickproperty.voidsetOnfocus(String onfocus)Set the value of theonfocusproperty.voidsetOnkeydown(String onkeydown)Set the value of theonkeydownproperty.voidsetOnkeypress(String onkeypress)Set the value of theonkeypressproperty.voidsetOnkeyup(String onkeyup)Set the value of theonkeyupproperty.voidsetOnmousedown(String onmousedown)Set the value of theonmousedownproperty.voidsetOnmousemove(String onmousemove)Set the value of theonmousemoveproperty.voidsetOnmouseout(String onmouseout)Set the value of theonmouseoutproperty.voidsetOnmouseover(String onmouseover)Set the value of theonmouseoverproperty.voidsetOnmouseup(String onmouseup)Set the value of theonmouseupproperty.voidsetOnselect(String onselect)Set the value of theonselectproperty.voidsetReadonly(boolean readonly)Set the value of thereadonlyproperty.voidsetRole(String role)Set the value of theroleproperty.voidsetSize(int size)Set the value of thesizeproperty.voidsetStyle(String style)Set the value of thestyleproperty.voidsetStyleClass(String styleClass)Set the value of thestyleClassproperty.voidsetTabindex(String tabindex)Set the value of thetabindexproperty.voidsetTitle(String title)Set the value of thetitleproperty.-
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getFamily, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate, validateValue
-
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, setConverter
-
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
-
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviors
-
Methods inherited from interface javax.faces.component.ValueHolder
getConverter, getLocalValue, setConverter
-
-
-
-
Field Detail
-
COMPONENT_TYPE
public static final String COMPONENT_TYPE
The standard component type for this component.
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAccesskey
public String getAccesskey()
Return the value of the
accesskeyproperty.Contents: Access key that, when pressed, transfers focus to this element.
-
setAccesskey
public void setAccesskey(String accesskey)
Set the value of the
accesskeyproperty.
-
getAlt
public String getAlt()
Return the value of the
altproperty.Contents: Alternate textual description of the element rendered by this component.
-
setAlt
public void setAlt(String alt)
Set the value of the
altproperty.
-
getAutocomplete
public String getAutocomplete()
Return the value of the
autocompleteproperty.Contents: If the value of this attribute is "off", render "off" as the value of the attribute. This indicates that the browser should disable its autocomplete feature for this component. This is useful for components that perform autocompletion and do not want the browser interfering. If this attribute is not set or the value is "on", render nothing.
-
setAutocomplete
public void setAutocomplete(String autocomplete)
Set the value of the
autocompleteproperty.
-
getDir
public String getDir()
Return the value of the
dirproperty.Contents: Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left). These attributes are case sensitive when rendering to XHTML, so care must be taken to have the correct case.
-
setDir
public void setDir(String dir)
Set the value of the
dirproperty.
-
isDisabled
public boolean isDisabled()
Return the value of the
disabledproperty.Contents: Flag indicating that this element must never receive focus or be included in a subsequent submit. A value of false causes no attribute to be rendered, while a value of true causes the attribute to be rendered as disabled="disabled".
-
setDisabled
public void setDisabled(boolean disabled)
Set the value of the
disabledproperty.
-
getLabel
public String getLabel()
Return the value of the
labelproperty.Contents: A localized user presentable name for this component.
-
setLabel
public void setLabel(String label)
Set the value of the
labelproperty.
-
getLang
public String getLang()
Return the value of the
langproperty.Contents: Code describing the language used in the generated markup for this component.
-
setLang
public void setLang(String lang)
Set the value of the
langproperty.
-
getMaxlength
public int getMaxlength()
Return the value of the
maxlengthproperty.Contents: The maximum number of characters that may be entered in this field.
-
setMaxlength
public void setMaxlength(int maxlength)
Set the value of the
maxlengthproperty.
-
getOnblur
public String getOnblur()
Return the value of the
onblurproperty.Contents: Javascript code executed when this element loses focus.
-
setOnblur
public void setOnblur(String onblur)
Set the value of the
onblurproperty.
-
getOnchange
public String getOnchange()
Return the value of the
onchangeproperty.Contents: Javascript code executed when this element loses focus and its value has been modified since gaining focus.
-
setOnchange
public void setOnchange(String onchange)
Set the value of the
onchangeproperty.
-
getOnclick
public String getOnclick()
Return the value of the
onclickproperty.Contents: Javascript code executed when a pointer button is clicked over this element.
-
setOnclick
public void setOnclick(String onclick)
Set the value of the
onclickproperty.
-
getOndblclick
public String getOndblclick()
Return the value of the
ondblclickproperty.Contents: Javascript code executed when a pointer button is double clicked over this element.
-
setOndblclick
public void setOndblclick(String ondblclick)
Set the value of the
ondblclickproperty.
-
getOnfocus
public String getOnfocus()
Return the value of the
onfocusproperty.Contents: Javascript code executed when this element receives focus.
-
setOnfocus
public void setOnfocus(String onfocus)
Set the value of the
onfocusproperty.
-
getOnkeydown
public String getOnkeydown()
Return the value of the
onkeydownproperty.Contents: Javascript code executed when a key is pressed down over this element.
-
setOnkeydown
public void setOnkeydown(String onkeydown)
Set the value of the
onkeydownproperty.
-
getOnkeypress
public String getOnkeypress()
Return the value of the
onkeypressproperty.Contents: Javascript code executed when a key is pressed and released over this element.
-
setOnkeypress
public void setOnkeypress(String onkeypress)
Set the value of the
onkeypressproperty.
-
getOnkeyup
public String getOnkeyup()
Return the value of the
onkeyupproperty.Contents: Javascript code executed when a key is released over this element.
-
setOnkeyup
public void setOnkeyup(String onkeyup)
Set the value of the
onkeyupproperty.
-
getOnmousedown
public String getOnmousedown()
Return the value of the
onmousedownproperty.Contents: Javascript code executed when a pointer button is pressed down over this element.
-
setOnmousedown
public void setOnmousedown(String onmousedown)
Set the value of the
onmousedownproperty.
-
getOnmousemove
public String getOnmousemove()
Return the value of the
onmousemoveproperty.Contents: Javascript code executed when a pointer button is moved within this element.
-
setOnmousemove
public void setOnmousemove(String onmousemove)
Set the value of the
onmousemoveproperty.
-
getOnmouseout
public String getOnmouseout()
Return the value of the
onmouseoutproperty.Contents: Javascript code executed when a pointer button is moved away from this element.
-
setOnmouseout
public void setOnmouseout(String onmouseout)
Set the value of the
onmouseoutproperty.
-
getOnmouseover
public String getOnmouseover()
Return the value of the
onmouseoverproperty.Contents: Javascript code executed when a pointer button is moved onto this element.
-
setOnmouseover
public void setOnmouseover(String onmouseover)
Set the value of the
onmouseoverproperty.
-
getOnmouseup
public String getOnmouseup()
Return the value of the
onmouseupproperty.Contents: Javascript code executed when a pointer button is released over this element.
-
setOnmouseup
public void setOnmouseup(String onmouseup)
Set the value of the
onmouseupproperty.
-
getOnselect
public String getOnselect()
Return the value of the
onselectproperty.Contents: Javascript code executed when text within this element is selected by the user.
-
setOnselect
public void setOnselect(String onselect)
Set the value of the
onselectproperty.
-
isReadonly
public boolean isReadonly()
Return the value of the
readonlyproperty.Contents: Flag indicating that this component will prohibit changes by the user. The element may receive focus unless it has also been disabled. A value of false causes no attribute to be rendered, while a value of true causes the attribute to be rendered as readonly="readonly".
-
setReadonly
public void setReadonly(boolean readonly)
Set the value of the
readonlyproperty.
-
getRole
public String getRole()
Return the value of the
roleproperty.Contents:
Per the WAI-ARIA spec and its relationship to HTML5 (Section title ARIA Role Attriubute), every HTML element may have a "role" attribute whose value must be passed through unmodified on the element on which it is declared in the final rendered markup. The attribute, if specified, must have a value that is a string literal that is, or an EL Expression that evaluates to, a set of space-separated tokens representing the various WAI-ARIA roles that the element belongs to.
It is the page author's responsibility to ensure that the user agent is capable of correctly interpreting the value of this attribute.
-
setRole
public void setRole(String role)
Set the value of the
roleproperty.
-
getSize
public int getSize()
Return the value of the
sizeproperty.Contents: The number of characters used to determine the width of this field.
-
setSize
public void setSize(int size)
Set the value of the
sizeproperty.
-
getStyle
public String getStyle()
Return the value of the
styleproperty.Contents: CSS style(s) to be applied when this component is rendered.
-
setStyle
public void setStyle(String style)
Set the value of the
styleproperty.
-
getStyleClass
public String getStyleClass()
Return the value of the
styleClassproperty.Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
-
setStyleClass
public void setStyleClass(String styleClass)
Set the value of the
styleClassproperty.
-
getTabindex
public String getTabindex()
Return the value of the
tabindexproperty.Contents: Position of this element in the tabbing order for the current document. This value must be an integer between 0 and 32767.
-
setTabindex
public void setTabindex(String tabindex)
Set the value of the
tabindexproperty.
-
getTitle
public String getTitle()
Return the value of the
titleproperty.Contents: Advisory title information about markup elements generated for this component.
-
setTitle
public void setTitle(String title)
Set the value of the
titleproperty.
-
getEventNames
public Collection<String> getEventNames()
Description copied from class:UIComponentBaseThis is a default implementation of
ClientBehaviorHolder.getEventNames().UIComponentdoes not implement theClientBehaviorHolderinterface, but provides default implementations for the methods defined byClientBehaviorHolderto simplify subclass implementations. Subclasses that wish to support theClientBehaviorHoldercontract must declare that the subclass implementsClientBehaviorHolder, and must override this method to return a non-EmptyCollectionof the client event names that the component supports.- Specified by:
getEventNamesin interfaceClientBehaviorHolder- Overrides:
getEventNamesin classUIComponentBase
-
getDefaultEventName
public String getDefaultEventName()
Description copied from class:UIComponentBaseThis is a default implementation of
ClientBehaviorHolder.getDefaultEventName().UIComponentdoes not implement theClientBehaviorHolderinterface, but provides default implementations for the methods defined byClientBehaviorHolderto simplify subclass implementations. Subclasses that wish to support theClientBehaviorHoldercontract must declare that the subclass implementsClientBehaviorHolder, and must provide an implementation ofClientBehaviorHolder.getEventNames().- Specified by:
getDefaultEventNamein interfaceClientBehaviorHolder- Overrides:
getDefaultEventNamein classUIComponentBase
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
07/10/2025 01:51:47 Cette version de la page est en cache (à la date du 07/10/2025 01:51:47) afin d'accélérer le traitement.Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la version plus récente de la page.
Document créé le 11/06/2005, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/faces/component/html/HtmlInputFile.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.