public class CheckboxRenderer extends InputRenderer
Constructor and Description |
---|
CheckboxRenderer() |
Modifier and Type | Method and Description |
---|---|
protected String |
buildEvent(javax.faces.context.FacesContext context,
SelectManyCheckbox selectManyCheckbox,
Checkbox checkbox,
String domEvent,
String behaviorEvent,
String behaviorEventAlias) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
Checkbox checkbox,
SelectManyCheckbox selectManyCheckbox) |
protected void |
encodeOptionInput(javax.faces.context.FacesContext context,
SelectManyCheckbox selectManyCheckbox,
Checkbox checkbox,
String id,
String name,
boolean disabled) |
protected void |
encodeOptionOutput(javax.faces.context.FacesContext context,
boolean disabled) |
coerceToModelType, createSelectItem, findImplicitConverter, getConvertedValue, getOptionAsString, getSelectItems, shouldDecode
buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, isValueBlank, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId, startScript
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected void encodeMarkup(javax.faces.context.FacesContext context, Checkbox checkbox, SelectManyCheckbox selectManyCheckbox) throws IOException
IOException
protected void encodeOptionInput(javax.faces.context.FacesContext context, SelectManyCheckbox selectManyCheckbox, Checkbox checkbox, String id, String name, boolean disabled) throws IOException
IOException
protected String buildEvent(javax.faces.context.FacesContext context, SelectManyCheckbox selectManyCheckbox, Checkbox checkbox, String domEvent, String behaviorEvent, String behaviorEventAlias)
protected void encodeOptionOutput(javax.faces.context.FacesContext context, boolean disabled) throws IOException
IOException
Copyright © 2017. All rights reserved.