javax.faces.component.behavior
Interface ClientBehavior
- All Superinterfaces:
- Behavior
- All Known Implementing Classes:
- AjaxBehavior, ClientBehaviorBase
public interface ClientBehavior
- extends Behavior
- Since:
- 2.0
- Version:
- $Revision: 696523 $ $Date: 2009-03-14 15:15:41 -0400 (mer., 17 sept. 2008) $
- Author:
- Simon Lessard (latest modification by $Author: slessard $)
decode
void decode(FacesContext context,
UIComponent component)
getHints
Set<ClientBehaviorHint> getHints()
getScript
String getScript(ClientBehaviorContext behaviorContext)
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.