public class RadioButtonRenderer extends InputRenderer
Constructor and Description |
---|
RadioButtonRenderer() |
Modifier and Type | Method and 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) |
getConvertedValue, isDisabled, isReadOnly, renderAccessibilityAttributes, renderAccessibilityAttributes, renderARIACombobox, renderARIAInvalid, renderARIARequired, renderRTLDirection, shouldDecode
buildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, escapeText, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, isValueBlank, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId
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, RadioButton radio, SelectOneRadio selectOneRadio) throws IOException
IOException
protected void encodeOptionInput(javax.faces.context.FacesContext context, SelectOneRadio radio, RadioButton button, String id, String name, boolean disabled) throws IOException
IOException
protected 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
IOException
Copyright © 2019. All rights reserved.