public class PassThruAttributeWriter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
EMPTY_STRING_ARRAY |
| Constructor and Description |
|---|
PassThruAttributeWriter() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
passThruAttributeExists(javax.faces.component.UIComponent uiComponent)
Determine whether any of the attributes defined for the UIComponent
instance are pass thru attributes.
|
static void |
renderBooleanAttributes(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent,
Attribute[] includedAttributes) |
static void |
renderHtmlAttributes(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent,
java.lang.String[] htmlAttributes)
Write pass thru attributes associated with the UIComponent parameter.
|
static void |
renderNonBooleanAttributes(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent,
Attribute[] includedAttributes) |
static void |
renderOnBlur(javax.faces.context.ResponseWriter writer)
ToDo: Render the icefaces onblur handler to the root element.
|
static void |
renderOnFocus(javax.faces.context.ResponseWriter writer)
ToDo: Render the icefaces onfocus handler to the root element.
|
public static void renderOnFocus(javax.faces.context.ResponseWriter writer)
throws java.io.IOException
writer - java.io.IOExceptionpublic static void renderOnBlur(javax.faces.context.ResponseWriter writer)
throws java.io.IOException
writer - java.io.IOExceptionpublic static void renderBooleanAttributes(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent,
Attribute[] includedAttributes)
throws java.io.IOException
java.io.IOExceptionpublic static void renderNonBooleanAttributes(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent,
Attribute[] includedAttributes)
throws java.io.IOException
java.io.IOExceptionpublic static boolean passThruAttributeExists(javax.faces.component.UIComponent uiComponent)
uiComponent - public static void renderHtmlAttributes(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent,
java.lang.String[] htmlAttributes)
throws java.io.IOException
writer - uiComponent - java.io.IOExceptionCopyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.