public class CheckboxButtonRenderer extends InputRenderer
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CheckboxButtonRenderer.EventType |
IN_FIELD_LABEL_STYLE_CLASS, indicatorPositionSet, LABEL_STYLE_CLASS, labelPositionSet| Constructor and Description |
|---|
CheckboxButtonRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
protected void |
encodeButtonStyleClass(javax.faces.context.ResponseWriter writer,
boolean value,
boolean disabled) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
protected void |
encodeIconStyle(javax.faces.context.ResponseWriter writer,
boolean value) |
protected void |
encodeScript(javax.faces.context.ResponseWriter writer,
CheckboxButtonRenderer.EventType type) |
java.lang.Object |
getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
java.lang.Object submittedValue) |
protected void |
renderResetSettings(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
encodeLabelAndInput, getConverter, getLabelAttributes, getOptionAsString, getSelectItems, getStateStyleClasses, writeAriaAttributes, writeInputField, writeLabelAndIndicatorAfter, writeLabelAndIndicatorBeforeconvertClientId, decodeBehaviors, decodeBehaviors, encodeClientBehaviors, getEncodedURL, getResourceRequestPath, getResourceURL, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, themeFormspublic void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
decode in class javax.faces.render.Rendererpublic void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws java.io.IOException
encodeBegin in class javax.faces.render.Rendererjava.io.IOExceptionpublic void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws java.io.IOException
encodeEnd in class javax.faces.render.Rendererjava.io.IOExceptionprotected void encodeScript(javax.faces.context.ResponseWriter writer,
CheckboxButtonRenderer.EventType type)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.Object getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
java.lang.Object submittedValue)
throws javax.faces.convert.ConverterException
getConvertedValue in class InputRendererjavax.faces.convert.ConverterExceptionprotected void encodeButtonStyleClass(javax.faces.context.ResponseWriter writer,
boolean value,
boolean disabled)
throws java.io.IOException
java.io.IOExceptionprotected void encodeIconStyle(javax.faces.context.ResponseWriter writer,
boolean value)
throws java.io.IOException
java.io.IOExceptionprotected void renderResetSettings(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
java.io.IOExceptionCopyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.