public class HtmlToolTipRendererBlock extends ToolTipRenderer
| Constructor and Description |
|---|
HtmlToolTipRendererBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UIToolTip component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
void |
doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UIToolTip component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
void |
doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UIToolTip component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
protected java.lang.Class |
getComponentClass()
Get base component class, targetted for this renderer.
|
boolean |
getRendersChildren() |
buildEventOptions, constructJSVariable, doDecode, encodeTooltipText, getBgColor, getColor, getParamsMap, getScripts, getStyles, insertScriptencodeResourcesArray, encodeToHead, getHeaderScripts, getHeaderStylesaddResource, decode, encodeBegin, encodeChildren, encodeEnd, getResource, getSkin, getUtils, preDecode, preEncodeBegin, renderChild, renderChildrenprotected java.lang.Class getComponentClass()
getComponentClass in class ToolTipRendererpublic void doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
doEncodeBegin in class ToolTipRendererjava.io.IOExceptionpublic void doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UIToolTip component,
org.ajax4jsf.renderkit.ComponentVariables variables)
throws java.io.IOException
java.io.IOExceptionpublic void doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
doEncodeChildren in class ToolTipRendererjava.io.IOExceptionpublic void doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UIToolTip component,
org.ajax4jsf.renderkit.ComponentVariables variables)
throws java.io.IOException
java.io.IOExceptionpublic boolean getRendersChildren()
getRendersChildren in class ToolTipRendererpublic void doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UIToolTip component,
org.ajax4jsf.renderkit.ComponentVariables variables)
throws java.io.IOException
java.io.IOExceptionpublic void doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
doEncodeEnd in class ToolTipRendererjava.io.IOExceptionCopyright © 2013. All Rights Reserved.