Package javax.faces.component

Interface Summary
_SelectItemsUtil._ValueConverter  
ActionSource see Javadoc of JSF Specification
EditableValueHolder Defines the methods required for a component whose value can be modified by the user.
NamingContainer see Javadoc of JSF Specification
StateHolder see Javadoc of JSF Specification
ValueHolder see Javadoc of JSF Specification
 

Class Summary
_AttachedListStateWrapper  
_AttachedStateWrapper  
_ComponentAttributesMap A custom implementation of the Map interface, where get and put calls try to access getter/setter methods of an associated UIComponent before falling back to accessing a real Map object.
_ComponentChildrenList  
_ComponentFacetMap  
_ComponentUtils A collection of static helper methods for locating UIComponents.
_FacetsAndChildrenIterator  
_MessageUtils  
_PrimitiveArrayIterator This utility iterator uses reflection to iterate over primitive arrays.
_SelectItemsIterator  
_SelectItemsUtil  
_SharedRendererUtils The util methods in this class are shared between the javax.faces.component package and the org.apache.myfaces.renderkit package.
UIColumn see Javadoc of JSF Specification
UICommand see Javadoc of JSF Specification
UIComponent see Javadoc of JSF Specification
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 see Javadoc of JSF Specification
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 see Javadoc of JSF Specification
UIOutput see Javadoc of JSF Specification
UIPanel see Javadoc of JSF Specification
UIParameter see Javadoc of JSF Specification
UISelectBoolean see Javadoc of JSF Specification
UISelectItem A component representing a single option that the user can choose.
UISelectItems see Javadoc of JSF Specification
UISelectMany see Javadoc of JSF Specification
UISelectOne Component for choosing one option out of a set of possibilities.
UIViewRoot see Javadoc of JSF Specification
 



Copyright 2006 Apache Software Foundation. All Rights Reserved.