javax.faces.component (Java EE 5 SDK) (original) (raw)
Class Summary
UIColumn is a UIComponent that represents a single column of data within a parent UIData component.
UICommand is a UIComponent that represents a user interface component which, when activated by the user, triggers an application specific "command" or "action".
UIComponent is the base class for all user interface components in JavaServer Faces.
UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined byUIComponent.
UIData is a UIComponent 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 a ValueExpression).
UIForm is a UIComponent 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 is a UIComponent that displays a graphical image to the user.
UIInput is a UIComponent 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.
This component is responsible for displaying messages for a specificUIComponent, identified by a clientId
.
The renderer for this component is responsible for obtaining the messages from the FacesContext and displaying them to the user.
UINamingContainer is a convenience base class for components that wish to implement NamingContainer functionality.
UIOutput is a UIComponent that has a value, optionally retrieved from a model tier bean via a value expression, that is displayed to the user.
UIPanel is a UIComponent that manages the layout of its child components.
UIParameter is a UIComponent that represents an optionally named configuration parameter for a parent component.
UISelectBoolean is a UIComponent that represents a single boolean (true
or false
) value.
UISelectItem is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of a SelectItem instance to the list of available options for the parent component.
UISelectItems is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of one or more SelectItem instances to the list of available options in the parent component.
UISelectMany is a UIComponent that represents the user's choice of a zero or more items from among a discrete set of available options.
UISelectOne is a UIComponent that represents the user's choice of zero or one items from among a discrete set of available options.
UIViewRoot is the UIComponent that represents the root of the UIComponent tree.
Fundamental APIs for user interface components.
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Scripting on this page tracks web page traffic, but does not change the content in any way.