|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.icesoft.faces.renderkit.dom_html_basic.PassThruAttributeRenderer
public class PassThruAttributeRenderer
This class is responsible for the rendering of html pass thru attributes.
Field Summary | |
---|---|
static java.lang.String[] |
booleanPassThruAttributeNames
|
static java.lang.String[] |
EMPTY_STRING_ARRAY
|
static java.lang.String[] |
passThruAttributeNames
|
Constructor Summary | |
---|---|
PassThruAttributeRenderer()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String[] EMPTY_STRING_ARRAY
public static final java.lang.String[] passThruAttributeNames
public static final java.lang.String[] booleanPassThruAttributeNames
Constructor Detail |
---|
public PassThruAttributeRenderer()
Method Detail |
---|
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)
|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |