public class SelectBooleanCheckboxRenderer extends SelectBooleanCheckboxRenderer
Constructor and Description |
---|
SelectBooleanCheckboxRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
encodeInput(javax.faces.context.FacesContext context,
SelectBooleanCheckbox checkbox,
String inputId,
boolean checked,
boolean disabled) |
protected void |
encodeLabel(javax.faces.context.FacesContext context,
SelectBooleanCheckbox checkbox,
String inputId,
boolean checked) |
void |
encodeMarkup(javax.faces.context.FacesContext context,
SelectBooleanCheckbox checkbox) |
decode, encodeEnd, encodeItemLabel, encodeOutput, encodeScript, getConvertedValue, getHighlighter, isChecked
coerceToModelType, createSelectItem, findImplicitConverter, getOptionAsString, getSelectItems, shouldDecode
buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getEventBehaviors, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, isValueBlank, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId, startScript
public void encodeMarkup(javax.faces.context.FacesContext context, SelectBooleanCheckbox checkbox) throws IOException
encodeMarkup
in class SelectBooleanCheckboxRenderer
IOException
protected void encodeLabel(javax.faces.context.FacesContext context, SelectBooleanCheckbox checkbox, String inputId, boolean checked) throws IOException
IOException
protected void encodeInput(javax.faces.context.FacesContext context, SelectBooleanCheckbox checkbox, String inputId, boolean checked, boolean disabled) throws IOException
encodeInput
in class SelectBooleanCheckboxRenderer
IOException
Copyright © 2018. All rights reserved.