| Package | Description |
|---|---|
| org.richfaces.renderkit |
| Modifier and Type | Method and Description |
|---|---|
ComponentAttribute |
ComponentAttribute.setComponentAttributeName(String componentAttributeName) |
ComponentAttribute |
ComponentAttribute.setEventNames(String... eventNames) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,ComponentAttribute> |
ComponentAttribute.createMap(ComponentAttribute... attributes) |
| Modifier and Type | Method and Description |
|---|---|
int |
ComponentAttribute.compareTo(ComponentAttribute o) |
static Map<String,ComponentAttribute> |
ComponentAttribute.createMap(ComponentAttribute... attributes) |
static Object |
RenderKitUtils.getAttributeAndBehaviorsValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
ComponentAttribute componentAttribute) |
static void |
RenderKitUtils.renderAttributeAndBehaviors(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
ComponentAttribute componentAttribute) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RenderKitUtils.renderPassThroughAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Collection<ComponentAttribute> attributes) |
static void |
RenderKitUtils.renderPassThroughAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Map<String,ComponentAttribute> knownAttributesMap) |
static void |
RenderKitUtils.renderPassThroughAttributesOptimized(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Map<String,ComponentAttribute> knownAttributesMap) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.