public class HtmlToolTipRenderer extends ToolTipRenderer
Constructor and Description |
---|
HtmlToolTipRenderer() |
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, insertScript
encodeResourcesArray, encodeToHead, getHeaderScripts, getHeaderStyles
addResource, decode, encodeBegin, encodeChildren, encodeEnd, getResource, getSkin, getUtils, preDecode, preEncodeBegin, renderChild, renderChildren
protected java.lang.Class getComponentClass()
getComponentClass
in class ToolTipRenderer
public void doEncodeBegin(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
doEncodeBegin
in class ToolTipRenderer
java.io.IOException
public 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.IOException
public void doEncodeChildren(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
doEncodeChildren
in class ToolTipRenderer
java.io.IOException
public 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.IOException
public boolean getRendersChildren()
getRendersChildren
in class ToolTipRenderer
public 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.IOException
public void doEncodeEnd(javax.faces.context.ResponseWriter writer, javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
doEncodeEnd
in class ToolTipRenderer
java.io.IOException
Copyright © 2013. All Rights Reserved.