Uses of Interface
javax.faces.component.ActionSource2

Packages that use ActionSource2
javax.faces.component Fundamental APIs for user interface components. 
javax.faces.component.html Specialized user interface component classes for HTML. 
 

Uses of ActionSource2 in javax.faces.component
 

Classes in javax.faces.component that implement ActionSource2
 class TestCommand
          Test UICommand subclass.
 class UICommand
          UICommand is a UIComponent that represents a user interface component which, when activated by the user, triggers an application specific "command" or "action".
 

Uses of ActionSource2 in javax.faces.component.html
 

Classes in javax.faces.component.html that implement ActionSource2
 class HtmlCommandButton
          Represents an HTML input element for a button of type submit or reset.
 class HtmlCommandLink
          Represents an HTML a element for a hyperlink that acts like a submit button.
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.