| Package | Description |
|---|---|
| com.sun.faces.renderkit | |
| com.sun.faces.renderkit.html_basic | |
| javax.faces.component.behavior |
| Modifier and Type | Method and Description |
|---|---|
static void |
RenderKitUtils.renderFunction(FacesContext context,
UIComponent component,
Collection<ClientBehaviorContext.Parameter> params,
String submitTarget) |
static void |
RenderKitUtils.renderOnclick(FacesContext context,
UIComponent component,
Collection<ClientBehaviorContext.Parameter> params,
String submitTarget,
boolean needsSubmit) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ClientBehaviorContext.Parameter> |
HtmlBasicRenderer.getBehaviorParameters(UIComponent command)
Collections parameters for use with Behavior script rendering.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<ClientBehaviorContext.Parameter> |
ClientBehaviorContext.getParameters()
Returns parameters that "submitting"
|
| Modifier and Type | Method and Description |
|---|---|
static ClientBehaviorContext |
ClientBehaviorContext.createClientBehaviorContext(FacesContext context,
UIComponent component,
String eventName,
String sourceId,
Collection<ClientBehaviorContext.Parameter> parameters)
Creates a ClientBehaviorContext instance. |
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.