Package javax.faces.component

Interface Summary
ActionSource see Javadoc of JSF Specification
ActionSource2 See Javadoc of JSF Specification
ContextCallback 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
UIColumn see Javadoc of JSF Specification
UICommand Events:
Type Phases Description
javax.faces.event.ActionEvent Apply Request Values Event delivered when the "action" of the component has been invoked; for example, by clicking on a button.
UIComponent see Javadoc of JSF Specification
UIComponentBase Standard implementation of the UIComponent base class; all standard JSF components extend this class.
UIData  
UIForm see Javadoc of JSF Specification
UIGraphic  
UIInput Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
UIMessage  
UIMessages  
UINamingContainer  
UIOutput  
UIPanel  
UIParameter  
UISelectBoolean Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
UISelectItem  
UISelectItems  
UISelectMany Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
UISelectOne Events:
Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.
UIViewRoot  
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.