Uses of Class
javax.faces.component.behavior.BehaviorBase

Packages that use BehaviorBase
javax.faces.component.behavior APIs for attaching additional behavior to user interface components. 
 

Uses of BehaviorBase in javax.faces.component.behavior
 

Subclasses of BehaviorBase in javax.faces.component.behavior
 class AjaxBehavior
          

An instance of this class is added as a ClientBehavior to a component using the ClientBehaviorHolder.addClientBehavior(java.lang.String, javax.faces.component.behavior.ClientBehavior) contract that components implement.

 class ClientBehaviorBase
          

ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all methods defined by ClientBehavior.

 



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