Package javax.faces.component

Fundamental APIs for user interface components, and concrete component implementation classes.

See:
          Description

Interface Summary
NamingContainer NamingContainer is an interface that must be implemented by any UIComponent that wants to be a naming container.
UIComponent UIComponent is the base interface for all user interface components in JavaServer Faces.
 

Class Summary
NamingContainerSupport NamingContainerSupport is a utility class that may be utilized by UIComponents that implement NamingContainer to delegate naming container management methods.
SelectItem SelectItem represents a single item in the list of supported items associated with a UISelectMany or UISelectOne component.
UICommand UICommand is a UIComponent that represents a user interface component which, when activated by the user, triggers an application specific "command" or "action".
UIComponentBase UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined by UIComponent.
UIForm 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 UIGraphic is a UIComponent that displays a graphical image to the user.
UIInput UIInput is a UIComponent that represents a component that both displays output to the user (like UIOutput components do) and includes request parameters on the subsequent request that need to be decoded.
UINamingContainer UINamingContainer is a convenience base class for components that wish to implement NamingContainer functionality.
UIOutput UIOutput is a UIComponent that displays output to the user.
UIPanel UIPanel is a UIComponent that manages the layout of its child components.
UIParameter UIParameter is a UIComponent that represents an optionally named configuration parameter for a parent component.
UISelectBoolean UISelectBoolean is a UIComponent that represents a single boolean (true or false) value.
UISelectItem 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 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 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 UISelectOne is a UIComponent that represents the user's choice of a single item from among a discrete set of available options.
 

Package javax.faces.component Description

Fundamental APIs for user interface components, and concrete component implementation classes.