|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientBehavior | |
|---|---|
| javax.faces.component | |
| javax.faces.component.behavior | |
| javax.faces.render | |
| Uses of ClientBehavior in javax.faces.component |
|---|
| Methods in javax.faces.component that return types with arguments of type ClientBehavior | |
|---|---|
Map<String,List<ClientBehavior>> |
UIComponentBase.getClientBehaviors()
|
| Methods in javax.faces.component with parameters of type ClientBehavior | |
|---|---|
void |
UIComponentBase.addClientBehavior(String eventName,
ClientBehavior behavior)
|
| Uses of ClientBehavior in javax.faces.component.behavior |
|---|
| Classes in javax.faces.component.behavior that implement ClientBehavior | |
|---|---|
class |
AjaxBehavior
|
class |
ClientBehaviorBase
|
| Methods in javax.faces.component.behavior that return types with arguments of type ClientBehavior | |
|---|---|
Map<String,List<ClientBehavior>> |
ClientBehaviorHolder.getClientBehaviors()
Retruns an immutable Map of the attached ClientBehaviors for the
component. |
| Methods in javax.faces.component.behavior with parameters of type ClientBehavior | |
|---|---|
void |
ClientBehaviorHolder.addClientBehavior(String eventName,
ClientBehavior behavior)
|
| 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)
|
String |
ClientBehaviorRenderer.getScript(ClientBehaviorContext behaviorContext,
ClientBehavior behavior)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||