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

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

Uses of ClientBehaviorHint in javax.faces.component
 

Methods in javax.faces.component that return types with arguments of type ClientBehaviorHint
 java.util.Set<ClientBehaviorHint> UIComponentBaseBehaviorTestCase.TestBehavior.getHints()
           
 java.util.Set<ClientBehaviorHint> UIComponentBaseBehaviorTestCase.TestBehavior.getHints()
           
 

Uses of ClientBehaviorHint in javax.faces.component.behavior
 

Methods in javax.faces.component.behavior that return ClientBehaviorHint
static ClientBehaviorHint ClientBehaviorHint.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClientBehaviorHint ClientBehaviorHint.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClientBehaviorHint[] ClientBehaviorHint.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static ClientBehaviorHint[] ClientBehaviorHint.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in javax.faces.component.behavior that return types with arguments of type ClientBehaviorHint
 java.util.Set<ClientBehaviorHint> AjaxBehavior.getHints()
          

This method returns an unmodifiable Set containing the ClientBehaviorHint SUBMITTING.

 java.util.Set<ClientBehaviorHint> ClientBehavior.getHints()
          

Returns hints that describe the behavior of the ClientBehavior implementation.

 java.util.Set<ClientBehaviorHint> ClientBehaviorBase.getHints()
          

Default implementation of ClientBehavior.getHints().

 java.util.Set<ClientBehaviorHint> ClientBehaviorBase.getHints()
          

Default implementation of ClientBehavior.getHints().

 java.util.Set<ClientBehaviorHint> ClientBehavior.getHints()
          

Returns hints that describe the behavior of the ClientBehavior implementation.

 java.util.Set<ClientBehaviorHint> AjaxBehavior.getHints()
          

This method returns an unmodifiable Set containing the ClientBehaviorHint SUBMITTING.

 



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