Uses of Interface
javax.faces.component.ActionSource

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

Uses of ActionSource in javax.faces.component
 

Subinterfaces of ActionSource in javax.faces.component
 interface ActionSource2
          ActionSource2 extends ActionSource and provides a JavaBeans property analogous to the "action" property on ActionSource.
 

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

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