Package | Description |
---|---|
org.richfaces.renderkit |
RichFaces model
|
org.richfaces.renderkit.html |
HTML-specific renderer classes
|
Modifier and Type | Field and Description |
---|---|
protected static Map<String,ComponentAttribute> |
CalendarRendererBase.CALENDAR_INPUT_HANDLER_ATTRIBUTES |
protected static Map<String,ComponentAttribute> |
InplaceInputRendererBase.INPLACE_INPUT_HANDLER_ATTRIBUTES |
static Map<String,ComponentAttribute> |
SelectHelper.SELECT_LIST_HANDLER_ATTRIBUTES |
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) |
Modifier and Type | Field and Description |
---|---|
static Map<String,ComponentAttribute> |
ToolbarRendererBase.ITEMS_HANDLER_ATTRIBUTES |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.