|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientBehavior | |
---|---|
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. |
Uses of ClientBehavior in javax.faces.component |
---|
Classes in javax.faces.component that implement ClientBehavior | |
---|---|
static class |
UIComponentBaseBehaviorTestCase.TestBehavior
|
Methods in javax.faces.component that return types with arguments of type ClientBehavior | |
---|---|
java.util.Map<java.lang.String,java.util.List<ClientBehavior>> |
UIComponentBase.getClientBehaviors()
This is a default implementation of
|
java.util.Map<java.lang.String,java.util.List<ClientBehavior>> |
UIComponentBase.getClientBehaviors()
This is a default implementation of
|
Methods in javax.faces.component with parameters of type ClientBehavior | |
---|---|
void |
UIComponentBase.addClientBehavior(java.lang.String eventName,
ClientBehavior behavior)
This is a default implementation of
|
void |
UIComponentBase.addClientBehavior(java.lang.String eventName,
ClientBehavior behavior)
This is a default implementation of
|
Uses of ClientBehavior in javax.faces.component.behavior |
---|
Classes in javax.faces.component.behavior that implement ClientBehavior | |
---|---|
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 |
Methods in javax.faces.component.behavior that return types with arguments of type ClientBehavior | |
---|---|
java.util.Map<java.lang.String,java.util.List<ClientBehavior>> |
ClientBehaviorHolder.getClientBehaviors()
Returns a non-null, unmodifiable
|
java.util.Map<java.lang.String,java.util.List<ClientBehavior>> |
ClientBehaviorHolder.getClientBehaviors()
Returns a non-null, unmodifiable
|
Methods in javax.faces.component.behavior with parameters of type ClientBehavior | |
---|---|
void |
ClientBehaviorHolder.addClientBehavior(java.lang.String eventName,
ClientBehavior behavior)
Attaches a |
void |
ClientBehaviorHolder.addClientBehavior(java.lang.String eventName,
ClientBehavior behavior)
Attaches a |
Uses of ClientBehavior in javax.faces.render |
---|
Methods in javax.faces.render with parameters of type ClientBehavior | |
---|---|
void |
ClientBehaviorRenderer.decode(FacesContext context,
UIComponent component,
ClientBehavior behavior)
Decode any new state of this |
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. |
java.lang.String |
ClientBehaviorRenderer.getScript(ClientBehaviorContext behaviorContext,
ClientBehavior behavior)
Return the script that implements this ClientBehavior's client-side logic. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |