Package | Description |
---|---|
com.sun.faces.renderkit.html_basic | |
javax.faces.component.behavior | |
javax.faces.render |
Modifier and Type | Method and Description |
---|---|
String |
AjaxBehaviorRenderer.getScript(ClientBehaviorContext behaviorContext,
ClientBehavior behavior) |
Modifier and Type | Method and Description |
---|---|
static ClientBehaviorContext |
ClientBehaviorContext.createClientBehaviorContext(FacesContext context,
UIComponent component,
String eventName,
String sourceId,
Collection<ClientBehaviorContext.Parameter> parameters)
Creates a ClientBehaviorContext instance. |
Modifier and Type | Method and Description |
---|---|
String |
ClientBehaviorBase.getScript(ClientBehaviorContext behaviorContext)
Default implementation of of |
String |
ClientBehavior.getScript(ClientBehaviorContext behaviorContext)
Return the script that implements this ClientBehavior's client-side logic. |
Modifier and Type | Method and Description |
---|---|
String |
ClientBehaviorRenderer.getScript(ClientBehaviorContext behaviorContext,
ClientBehavior behavior)
Return the script that implements this ClientBehavior's client-side logic. |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.