public abstract class AbstractTextRenderer<T extends HtmlInputComponent>
extends com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer
| Constructor and Description |
|---|
AbstractTextRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String additionalStyleClass) |
protected void |
encodeBeginInnerWrapper(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeEnd(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
protected void |
encodeEndContent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
HtmlInputComponent htmlComponent,
javax.faces.context.ResponseWriter writer) |
protected void |
encodeEndInnerWrapper(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
protected void |
encodeInnerEnd(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
protected boolean |
encodeReadonly() |
protected void |
encodeReadonly(T htmlComponent,
javax.faces.context.ResponseWriter writer) |
protected void |
encodeSuperEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Helper to call super end from sub classes without calling encodeEnd of this class.
|
protected void |
getEndTextToRender(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String currentValue)
Method copied from super class to add html features.
|
protected void |
postEncodeInput(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
renderAdditionalInputAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
protected void |
renderHtmlFeatures(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
protected void |
renderTooltipIfNecessary(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
getConvertedValue, getNonOnChangeBehaviors, getNonOnClickSelectBehaviors, getValue, setSubmittedValueaugmentIdReference, convertClientId, decode, decodeBehaviors, encodeRecursive, getBehaviorParameters, getChildren, getCurrentValue, getFacet, getForComponent, getFormattedValue, getFormattedValue, getMessageIter, getParamList, getPassThruBehaviors, getRendersChildren, isBehaviorSource, rendererParamsNotNull, shouldDecode, shouldEncode, shouldEncodeChildren, shouldWriteIdAttribute, writeIdAttributeIfNecessarypublic void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeBegin in class javax.faces.render.RendererIOExceptionpublic void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String additionalStyleClass)
throws IOException
IOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class com.sun.faces.renderkit.html_basic.HtmlBasicRendererIOExceptionprotected void renderTooltipIfNecessary(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
IOExceptionprotected void encodeEndContent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
HtmlInputComponent htmlComponent,
javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionprotected void postEncodeInput(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
IOExceptionprotected boolean encodeReadonly()
protected void encodeReadonly(T htmlComponent, javax.faces.context.ResponseWriter writer) throws IOException
IOExceptionprotected void encodeEndInnerWrapper(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionprotected void encodeBeginInnerWrapper(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionprotected void encodeInnerEnd(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionprotected void encodeEnd(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionprotected void encodeSuperEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
IOExceptionprotected void getEndTextToRender(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String currentValue)
throws IOException
getEndTextToRender in class com.sun.faces.renderkit.html_basic.HtmlBasicRendererIOExceptionprotected void renderAdditionalInputAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionpublic void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeChildren in class javax.faces.render.RendererIOExceptionprotected void renderHtmlFeatures(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionCopyright © 2015. All rights reserved.