public class CheckboxRenderer extends InputRenderer
| Constructor | Description |
|---|---|
CheckboxRenderer() |
| Modifier and Type | Method | 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,
SelectManyCheckbox selectManyCheckbox) |
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, startScriptcoerceToModelType, createSelectItem, findImplicitConverter, getConvertedValue, getOptionAsString, getSelectItems, shouldDecodepublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class javax.faces.render.RendererIOExceptionprotected void encodeMarkup(javax.faces.context.FacesContext context,
Checkbox checkbox,
SelectManyCheckbox selectManyCheckbox)
throws IOException
IOExceptionprotected void encodeOptionInput(javax.faces.context.FacesContext context,
SelectManyCheckbox selectManyCheckbox,
Checkbox checkbox,
String id,
String name,
boolean disabled)
throws IOException
IOExceptionprotected 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,
SelectManyCheckbox selectManyCheckbox)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.