Uses of Interface
javax.faces.component.ActionSource

Packages that use ActionSource
javax.faces.component   
javax.faces.component.html   
 

Uses of ActionSource in javax.faces.component
 

Subinterfaces of ActionSource in javax.faces.component
 interface ActionSource2
          See Javadoc of JSF Specification
 

Classes in javax.faces.component that implement ActionSource
 class 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.
 

Uses of ActionSource in javax.faces.component.html
 

Classes in javax.faces.component.html that implement ActionSource
 class HtmlCommandButton
          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.
 class HtmlCommandLink
          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.
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.