| Package | Description |
|---|---|
| com.sun.faces.renderkit.html_basic | |
| jakarta.faces.component.behavior | |
| jakarta.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. |
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.