Class Hierarchy All Classes All Fields and Methods
Package javax.faces.component
Fundamental APIs for user interface components.
- See also
Interface Index Interface Description ActionSource ActionSource is an interface that may be implemented by any concrete that wishes to be a source of s, including the ability to invoke application actions via the default mechanism. EditableValueHolder EditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, including s and s. NamingContainer NamingContainer is an interface that must be implemented by any that wants to be a naming container. StateHolder This interface is implemented by classes that need to save their state between requests. ValueHolder ValueHolder is an interface that may be implemented by any concrete that wishes to support a local value, as well as access data in the model tier via a value binding expression, and support conversion between String and the model tier data's native data type.
Class Index Class Description UIColumn UIColumn is a that represents a single column of data within a parent component. UICommand UICommand is a 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 by . UIData UIData is a that supports data binding to a collection of data objects represented by a instance, which is the current value of this component itself (typically established via a ). UIForm UIForm is a 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 a that displays a graphical image to the user. UIInput UIInput is a that represents a component that both displays output to the user (like 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 specific , identified by a clientId. UIMessages The renderer for this component is responsible for obtaining the messages from the and displaying them to the user. UINamingContainer UINamingContainer is a convenience base class for components that wish to implement functionality. UIOutput UIOutput is a that has a value, optionally retrieved from a model tier bean via a value binding expression, that is displayed to the user. UIPanel UIPanel is a that manages the layout of its child components. UIParameter UIParameter is a that represents an optionally named configuration parameter for a parent component. UISelectBoolean UISelectBoolean is a that represents a single boolean (true or false) value. UISelectItem UISelectItem is a component that may be nested inside a or component, and causes the addition of a instance to the list of available options for the parent component. UISelectItems UISelectItems is a component that may be nested inside a or component, and causes the addition of one or more instances to the list of available options in the parent component. UISelectMany UISelectMany is a that represents the user's choice of a zero or more items from among a discrete set of available options. UISelectOne UISelectOne is a that represents the user's choice of zero or one items from among a discrete set of available options. UIViewRoot UIViewRoot is the UIComponent that represents the root of the UIComponent tree.
Package Description
Fundamental APIs for user interface components.
Class Hierarchy All Classes All Fields and Methods