public class PassThruAttributeRenderer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
booleanPassThruAttributeNames |
static java.lang.String[] |
EMPTY_STRING_ARRAY |
static java.lang.String[] |
passThruAttributeNames |
| Constructor and Description |
|---|
PassThruAttributeRenderer() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
attributeValueIsSentinel(java.lang.Object value) |
static void |
renderAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element attributeElement,
org.w3c.dom.Element styleElement,
java.lang.String[] excludedAttributes)
Deprecated.
|
static void |
renderAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
java.lang.String[] excludedAttributes)
Deprecated.
|
static void |
renderBooleanAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element targetElement,
java.lang.String[] excludedAttributes) |
static void |
renderHtmlAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element attributeElement,
org.w3c.dom.Element styleElement,
java.lang.String[] htmlAttributes)
Render pass thru attributes to the root element of the DOMContext
associated with the UIComponent parameter.
|
static void |
renderHtmlAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
java.lang.String[] nonBooleanHtmlAttributes)
Render pass thru attributes to the root element of the DOMContext
associated with the UIComponent parameter.
|
static void |
renderNonBooleanHtmlAttributes(javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element targetElement,
java.lang.String[] nonBooleanhtmlAttributes) |
static void |
renderNonBooleanHtmlAttributes(javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element targetElement,
java.lang.String[] nonBooleanhtmlAttributes,
boolean attribTracking,
java.util.List attributesThatAreSet) |
static void |
renderOnBlur(org.w3c.dom.Element root)
Render the icefaces onblur handler to the root element.
|
static void |
renderOnFocus(javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element root)
Render the icefaces onfocus handler to the root element.
|
public static final java.lang.String[] EMPTY_STRING_ARRAY
public static final java.lang.String[] passThruAttributeNames
public static final java.lang.String[] booleanPassThruAttributeNames
public static void renderAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
java.lang.String[] excludedAttributes)
facesContext - uiComponent - excludedAttributes - attributes to excludepublic static void renderAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element attributeElement,
org.w3c.dom.Element styleElement,
java.lang.String[] excludedAttributes)
facesContext - uiComponent - attributeElement - styleElement - The Element to apply styling onexcludedAttributes - attributes to excludepublic static void renderOnFocus(javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element root)
uiComponent - root - public static void renderOnBlur(org.w3c.dom.Element root)
root - public static void renderBooleanAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element targetElement,
java.lang.String[] excludedAttributes)
public static boolean attributeValueIsSentinel(java.lang.Object value)
public static void renderHtmlAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
java.lang.String[] nonBooleanHtmlAttributes)
facesContext - uiComponent - nonBooleanHtmlAttributes - public static void renderHtmlAttributes(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element attributeElement,
org.w3c.dom.Element styleElement,
java.lang.String[] htmlAttributes)
facesContext - uiComponent - attributeElement - styleElement - The Element to apply styling onhtmlAttributes - public static void renderNonBooleanHtmlAttributes(javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element targetElement,
java.lang.String[] nonBooleanhtmlAttributes)
public static void renderNonBooleanHtmlAttributes(javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element targetElement,
java.lang.String[] nonBooleanhtmlAttributes,
boolean attribTracking,
java.util.List attributesThatAreSet)
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.