-
Interface Summary Interface Description ActionSource ActionSource is an interface that may be implemented by any concreteUIComponent
that wishes to be a source ofActionEvent
s, including the ability to invoke application actions via the defaultActionListener
mechanism.ActionSource2 ActionSource2 extendsActionSource
and provides a JavaBeans property analogous to the "action
" property onActionSource
.ContextCallback A simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view while preserving any contextual state for that component instance in the view.EditableValueHolder EditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, includingValueChangeEvent
s andValidator
s.NamingContainer NamingContainer is an interface that must be implemented by anyUIComponent
that wants to be a naming container.PartialStateHolder Components that want to leverage the partial state saving feature must implement this interface instead of implementing
StateHolder
, from which this interface inherits.StateHelper Define a
Map
-like contract that makes it easier for components to implementPartialStateHolder
.StateHolder This interface is implemented by classes that need to save their state between requests.TransientStateHelper Define a
Map
-like contract that makes it easier for components to implementTransientStateHolder
.TransientStateHolder This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.
UniqueIdVendor UniqueIdVendor is an interface implemented by
UIComponents
that also implementNamingContainer
so that they can provide unique ids based on their own clientId.ValueHolder ValueHolder is an interface that may be implemented by any concreteUIComponent
that wishes to support a local value, as well as access data in the model tier via a value expression, and support conversion between String and the model tier data's native data type. -
Class Summary Class Description UIColumn UIColumn is aUIComponent
that represents a single column of data within a parentUIData
component.UICommand UICommand is aUIComponent
that represents a user interface component which, when activated by the user, triggers an application specific "command" or "action".UIComponent UIComponent is the base class for all user interface components in JavaServer Faces.UIComponentBase UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined byUIComponent
.UIData UIData is aUIComponent
that supports data binding to a collection of data objects represented by aDataModel
instance, which is the current value of this component itself (typically established via aValueExpression
).UIForm UIForm is aUIComponent
that represents an input form to be presented to the user, and whose child components represent (among other things) the input fields to be included when the form is submitted.UIGraphic UIGraphic is aUIComponent
that displays a graphical image to the user.UIInput UIInput is aUIComponent
that represents a component that both displays output to the user (likeUIOutput
components do) and processes request parameters on the subsequent request that need to be decoded.UIMessage This component is responsible for displaying messages for a specificUIComponent
, identified by aclientId
or component id relative to the closest ancestorNamingContainer
.UIMessages The renderer for this component is responsible for obtaining the messages from theFacesContext
and displaying them to the user.UINamingContainer UINamingContainer is a convenience base class for components that wish to implementNamingContainer
functionality.UIOutcomeTarget This component is paired with the
javax.faces.Button
orjavax.faces.Link
renderers and encapsulates properties relating to the rendering of outcomes directly to the response.UIOutput UIOutput is aUIComponent
that has a value, optionally retrieved from a model tier bean via a value expression, that is displayed to the user.UIPanel UIPanel is aUIComponent
that manages the layout of its child components.UIParameter UIParameter is aUIComponent
that represents an optionally named configuration parameter for a parent component.UISelectBoolean UISelectItem UISelectItem is a component that may be nested inside aUISelectMany
orUISelectOne
component, and causes the addition of aSelectItem
instance to the list of available options for the parent component.UISelectItems UISelectItems is a component that may be nested inside aUISelectMany
orUISelectOne
component, and causes the addition of one or moreSelectItem
instances to the list of available options in the parent component.UISelectMany UISelectMany is aUIComponent
that represents the user's choice of a zero or more items from among a discrete set of available options.UISelectOne UISelectOne is aUIComponent
that represents the user's choice of zero or one items from among a discrete set of available options.UIViewAction UIViewAction represents a method invocation that occurs during the request processing lifecycle, usually in response to an initial request, as opposed to a postback.
UIViewParameter UIViewParameter represents a binding between a request parameter and a model property or
UIViewRoot
property.UIViewParameter.Reference Inner class to encapsulate a
UIViewParameter
instance so that it may be safely referenced regardless of whether or not the current view is the same as the view in which thisUIViewParameter
resides.UIViewRoot UIViewRoot is the UIComponent that represents the root of the UIComponent tree. -
Exception Summary Exception Description UpdateModelException This exception indicates a failure to update the model and is created to wrap any exception that occurs during
UIInput.updateModel(javax.faces.context.FacesContext)
. -
Annotation Types Summary Annotation Type Description FacesComponent The presence of this annotation on a class that extendsUIComponent
must cause the runtime to register this class as a component suitable for inclusion in a view.
Package javax.faces.component Description
Fundamental APIs for user interface components.
For your convenience here is a UML class diagram of the classes in this package.

Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/faces/component/package-summary.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.