| Package | Description |
|---|---|
| javax.faces.component.behavior |
APIs for attaching additional
behavior to user interface components.
|
| javax.faces.render |
Classes and interfaces
defining the rendering model.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
ClientBehaviorContext.ClientBehaviorContextImpl |
| Modifier and Type | Method and Description |
|---|---|
static ClientBehaviorContext |
ClientBehaviorContext.createClientBehaviorContext(FacesContext context,
UIComponent component,
java.lang.String eventName,
java.lang.String sourceId,
java.util.Collection<ClientBehaviorContext.Parameter> parameters)
Creates a ClientBehaviorContext instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ClientBehavior.getScript(ClientBehaviorContext behaviorContext)
Return the script that implements this ClientBehavior's client-side logic. |
java.lang.String |
ClientBehaviorBase.getScript(ClientBehaviorContext behaviorContext)
Default implementation of of |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ClientBehaviorRenderer.getScript(ClientBehaviorContext behaviorContext,
ClientBehavior behavior)
Return the script that implements this ClientBehavior's client-side logic. |