public class RadioButtonRenderer extends InputRenderer
| Constructor and Description |
|---|
RadioButtonRenderer() |
| Modifier and Type | Method and Description |
|---|---|
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 checked,
boolean disabled,
String value) |
protected void |
encodeOptionOutput(javax.faces.context.FacesContext context,
boolean selected,
boolean disabled) |
coerceToModelType, createSelectItem, findImplicitConverter, getConvertedValue, getOptionAsString, getSelectItems, shouldDecodebuildAjaxRequest, 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, startScriptpublic 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 checked,
boolean disabled,
String value)
throws IOException
IOExceptionprotected void encodeOptionOutput(javax.faces.context.FacesContext context,
boolean selected,
boolean disabled)
throws IOException
IOExceptionCopyright © 2014. All rights reserved.