public class TextAreaRenderer extends AbstractHtmlTagRenderer<HtmlTextArea>
ATTRIBUTE_CLASS, ATTRIBUTE_ID, ATTRIBUTE_PLACEHOLDER, ATTRIBUTE_STYLE, ELEMENT_DIV, ELEMENT_SECTION, ELEMENT_SPAN| Constructor and Description |
|---|
TextAreaRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeEnd(HtmlTextArea component,
javax.faces.context.ResponseWriter writer) |
protected String |
getHtmlTagName() |
protected void |
renderExpandable(HtmlInputComponent htmlComponent,
javax.faces.context.ResponseWriter writer) |
appendEncodeBegin, createInputClientId, encodeAdditionalTagAttributes, encodeBegin, encodeBeginInnerWrapper, encodeChildren, encodeEnd, encodeEndContent, encodeEndInnerWrapper, encodeInnerEnd, encodeReadonly, encodeReadonly, encodeSuperEnd, encodeTagType, getEndTextToRender, getRendersChildren, postEncodeInput, renderAdditionalInputAttributes, renderInputStyleClass, renderTooltipIfNecessarygetConvertedValuecreateComponentEventFunction, decode, decodeBehaviors, encodeRecursive, getChildren, getCurrentValue, getFacet, isBehaviorSource, renderBooleanValue, renderEventValue, renderStringValue, renderStringValue, setSubmittedValue, shouldRenderAttribute, shouldWriteIdAttribute, writeIdAttribute, writeIdAttributeIfNecessarypublic void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeBegin in class AbstractHtmlTagRenderer<HtmlTextArea>IOExceptionprotected String getHtmlTagName()
getHtmlTagName in class AbstractHtmlTagRenderer<HtmlTextArea>protected void encodeEnd(HtmlTextArea component, javax.faces.context.ResponseWriter writer) throws IOException
encodeEnd in class AbstractHtmlTagRenderer<HtmlTextArea>IOExceptionprotected void renderExpandable(HtmlInputComponent htmlComponent, javax.faces.context.ResponseWriter writer) throws IOException
IOExceptionCopyright © 2018. All rights reserved.