| 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 | 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 © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.