Package | Description |
---|---|
javax.faces.component | |
javax.faces.component.behavior | |
javax.faces.render |
Modifier and Type | Method and Description |
---|---|
Map<String,List<ClientBehavior>> |
UIComponentBase.getClientBehaviors()
This is a default implementation of
|
Modifier and Type | Method and Description |
---|---|
void |
UIComponentBase.addClientBehavior(String eventName,
ClientBehavior behavior)
This is a default implementation of
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxBehavior
An instance of this class
is added as a |
class |
ClientBehaviorBase
ClientBehaviorBase is a
convenience base class that implements the default concrete behavior
of all methods defined by |
Modifier and Type | Method and Description |
---|---|
Map<String,List<ClientBehavior>> |
ClientBehaviorHolder.getClientBehaviors()
Returns a non-null, unmodifiable
|
Modifier and Type | Method and Description |
---|---|
void |
ClientBehaviorHolder.addClientBehavior(String eventName,
ClientBehavior behavior)
Attaches a |
Modifier and Type | Method and Description |
---|---|
void |
ClientBehaviorRenderer.decode(FacesContext context,
UIComponent component,
ClientBehavior behavior)
Decode any new state of this |
String |
ClientBehaviorRenderer.getScript(ClientBehaviorContext behaviorContext,
ClientBehavior behavior)
Return the script that implements this ClientBehavior's client-side logic. |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.