public class CheckBoxRenderer
extends com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer
CheckBoxRenderer.| Constructor and Description |
|---|
CheckBoxRenderer() |
| 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) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
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) |
protected void |
renderHtmlFeatures(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
getNonOnChangeBehaviors, getNonOnClickSelectBehaviors, getValue, setSubmittedValueaugmentIdReference, convertClientId, 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 encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class com.sun.faces.renderkit.html_basic.HtmlBasicRendererIOExceptionpublic void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
decode in class com.sun.faces.renderkit.html_basic.HtmlBasicRendererpublic Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object submittedValue) throws javax.faces.convert.ConverterException
getConvertedValue in class com.sun.faces.renderkit.html_basic.HtmlBasicInputRendererjavax.faces.convert.ConverterExceptionprotected 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 renderHtmlFeatures(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionCopyright © 2015. All rights reserved.