public class RadioButtonRenderer extends InputRenderer
| Constructor | Description |
|---|---|
RadioButtonRenderer() |
| Modifier and Type | Method | Description |
|---|---|---|
protected String |
buildEvent(javax.faces.context.FacesContext context,
SelectOneRadio radio,
RadioButton button,
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,
RadioButton radio,
SelectOneRadio selectOneRadio) |
|
protected void |
encodeOptionInput(javax.faces.context.FacesContext context,
SelectOneRadio radio,
RadioButton button,
String id,
String name,
boolean disabled) |
|
protected void |
encodeOptionOutput(javax.faces.context.FacesContext context,
boolean disabled,
SelectOneRadio selectOneRadio) |
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,
RadioButton radio,
SelectOneRadio selectOneRadio)
throws IOException
IOExceptionprotected void encodeOptionInput(javax.faces.context.FacesContext context,
SelectOneRadio radio,
RadioButton button,
String id,
String name,
boolean disabled)
throws IOException
IOExceptionprotected String buildEvent(javax.faces.context.FacesContext context, SelectOneRadio radio, RadioButton button, String domEvent, String behaviorEvent, String behaviorEventAlias)
protected void encodeOptionOutput(javax.faces.context.FacesContext context,
boolean disabled,
SelectOneRadio selectOneRadio)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.