public class RadioBoxRenderer extends AbstractHtmlTagRenderer<HtmlRadioBox>
ATTRIBUTE_CLASS, ATTRIBUTE_ID, ATTRIBUTE_PLACEHOLDER, ATTRIBUTE_STYLE, ELEMENT_DIV, ELEMENT_SECTION, ELEMENT_SPAN| Constructor and Description |
|---|
RadioBoxRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeEnd(HtmlRadioBox component,
javax.faces.context.ResponseWriter writer) |
Object |
getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object submittedValue) |
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 |
setSubmittedValue(javax.faces.component.UIComponent component,
Object value) |
appendEncodeBegin, createInputClientId, encodeAdditionalTagAttributes, encodeBegin, encodeBeginInnerWrapper, encodeChildren, encodeEnd, encodeEndContent, encodeEndInnerWrapper, encodeInnerEnd, encodeReadonly, encodeReadonly, encodeSuperEnd, encodeTagType, getHtmlTagName, getRendersChildren, postEncodeInput, renderAdditionalInputAttributes, renderInputStyleClass, renderTooltipIfNecessarycreateComponentEventFunction, decodeBehaviors, encodeRecursive, getChildren, getCurrentValue, getFacet, isBehaviorSource, renderBooleanValue, renderEventValue, renderStringValue, renderStringValue, shouldRenderAttribute, shouldWriteIdAttribute, writeIdAttribute, writeIdAttributeIfNecessarypublic void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeBegin in class AbstractHtmlTagRenderer<HtmlRadioBox>IOExceptionprotected void encodeEnd(HtmlRadioBox component, javax.faces.context.ResponseWriter writer) throws IOException
encodeEnd in class AbstractHtmlTagRenderer<HtmlRadioBox>IOExceptionprotected void getEndTextToRender(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String currentValue)
throws IOException
AbstractHtmlTagRenderergetEndTextToRender in class AbstractHtmlTagRenderer<HtmlRadioBox>IOExceptionpublic void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
decode in class HtmlBasicRendererpublic Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object submittedValue) throws javax.faces.convert.ConverterException
getConvertedValue in class HtmlBasicInputRendererjavax.faces.convert.ConverterExceptionprotected void setSubmittedValue(javax.faces.component.UIComponent component,
Object value)
setSubmittedValue in class HtmlBasicRendererCopyright © 2018. All rights reserved.