Package | Description |
---|---|
javax.faces.component |
Fundamental APIs for user
interface components.
|
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 | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.List<ClientBehavior>> |
UIComponentBase.BehaviorsMap.modifiableMap |
private java.util.Map<java.lang.String,java.util.List<ClientBehavior>> |
UIComponentBase.BehaviorsMap.unmodifiableMap |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<java.lang.String,java.util.List<ClientBehavior>>> |
UIComponentBase.BehaviorsMap.entrySet() |
java.util.Map<java.lang.String,java.util.List<ClientBehavior>> |
UIComponentBase.getClientBehaviors()
This is a default implementation of
|
private java.util.Map<java.lang.String,java.util.List<ClientBehavior>> |
UIComponentBase.BehaviorsMap.getModifiableMap() |
Modifier and Type | Method and Description |
---|---|
void |
UIComponentBase.addClientBehavior(java.lang.String eventName,
ClientBehavior behavior)
This is a default implementation of
|
private java.lang.Object |
UIComponentBase.saveBehavior(FacesContext ctx,
ClientBehavior behavior) |
Modifier and Type | Method and Description |
---|---|
private void |
UIComponentBase.restoreBehaviors(FacesContext ctx,
java.util.List<ClientBehavior> existingBehaviors,
java.lang.Object[] state) |
Constructor and Description |
---|
BehaviorsMap(java.util.Map<java.lang.String,java.util.List<ClientBehavior>> modifiableMap) |
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 |
---|---|
java.util.Map<java.lang.String,java.util.List<ClientBehavior>> |
ClientBehaviorHolder.getClientBehaviors()
Returns a non-null, unmodifiable
|
Modifier and Type | Method and Description |
---|---|
void |
ClientBehaviorHolder.addClientBehavior(java.lang.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 |
java.lang.String |
ClientBehaviorRenderer.getScript(ClientBehaviorContext behaviorContext,
ClientBehavior behavior)
Return the script that implements this ClientBehavior's client-side logic. |