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: 1187700 $ $Date: 2011-10-22 14:19:37 +0200 (Sat, 22 Oct 2011) $
- Author:
- Simon Lessard (latest modification by $Author: bommel $)
decode
void decode(FacesContext context,
UIComponent component)
getHints
Set<ClientBehaviorHint> getHints()
getScript
String getScript(ClientBehaviorContext behaviorContext)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.