Uses of Interface
javax.faces.component.ActionSource2

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

Uses of ActionSource2 in javax.faces.component
 

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

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