| Package | Description |
|---|---|
| com.sun.faces.facelets.tag.composite | |
| com.sun.faces.renderkit | |
| com.sun.faces.renderkit.html_basic | |
| javax.faces.component | |
| javax.faces.component.behavior | |
| javax.faces.render |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ClientBehavior>> |
BehaviorHolderWrapper.getClientBehaviors() |
| Modifier and Type | Method and Description |
|---|---|
void |
BehaviorHolderWrapper.addClientBehavior(String eventName,
ClientBehavior behavior) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RenderKitUtils.renderPassThruAttributes(FacesContext context,
ResponseWriter writer,
UIComponent component,
Attribute[] attributes,
Map<String,List<ClientBehavior>> behaviors)
Render any "passthru" attributes, where we simply just output the
raw name and value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Map<String,List<ClientBehavior>> |
HtmlBasicInputRenderer.getNonOnChangeBehaviors(UIComponent component) |
protected static Map<String,List<ClientBehavior>> |
HtmlBasicInputRenderer.getNonOnClickSelectBehaviors(UIComponent component) |
protected static Map<String,List<ClientBehavior>> |
HtmlBasicRenderer.getPassThruBehaviors(UIComponent component,
String domEventName,
String componentEventName)
When rendering pass thru attributes, we need to take any attached Behaviors into
account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AjaxBehaviorRenderer.decode(FacesContext context,
UIComponent component,
ClientBehavior behavior) |
String |
AjaxBehaviorRenderer.getScript(ClientBehaviorContext behaviorContext,
ClientBehavior behavior) |
| 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 © 1997–2019 Eclipse Foundation. All rights reserved.