| Class Summary | 
| UIColumn | This tag is commonly used as a child of the dataTable tag, to
 represent a column of data. | 
| UICommand | UICommand is a base abstraction for components that implement ActionSource. | 
| UIComponent | A base class for all JSF component classes. | 
| UIComponentBase | Standard implementation of the UIComponent base class; all standard JSF
 components extend this class. | 
| UIData | Represents a component which has multiple "rows" of data. | 
| UIForm | see Javadoc of JSF Specification | 
| UIGraphic | Displays a graphical image. | 
| UIInput | see Javadoc of JSF Specification | 
| UIMessage | Javadoc says default for showDetail is false, but Specs say it is true!?
 see Javadoc of JSF Specification | 
| UIMessages | see Javadoc of JSF Specification | 
| UINamingContainer | Base class for components that provide a new "namespace" for the ids of their child components. | 
| UIOutput | Displays a value to the user. | 
| UIPanel | see Javadoc of JSF Specification | 
| UIParameter | This tag associates a parameter name-value pair with the nearest parent
 UIComponent. | 
| UISelectBoolean | A component that allows the user to select or unselect an object. | 
| UISelectItem | A component representing a single option that the user can choose. | 
| UISelectItems | This tag associates a set of selection list items with the nearest
 parent UIComponent. | 
| UISelectMany | Base class for the various component classes that allow a user to select zero or
 more options from a set. | 
| UISelectOne | Component for choosing one option out of a set of possibilities. | 
| UIViewRoot | Creates a JSF View, which is a container that holds all of the
 components that are part of the view. |