public class HtmlRadioRendererBase extends HtmlRenderer
| Constructor and Description |
|---|
HtmlRadioRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
java.lang.Object |
getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
java.lang.Object submittedValue) |
protected java.lang.String |
getLayout(javax.faces.component.UIComponent selectOne) |
protected java.lang.String |
getStyleClass(javax.faces.component.UISelectOne selectOne) |
protected boolean |
isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
protected void |
renderGroupOrItemRadio(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
javax.faces.model.SelectItem selectItem,
java.lang.Object currentValue,
javax.faces.convert.Converter converter,
boolean pageDirectionLayout) |
protected void |
renderRadio(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIInput uiComponent,
java.lang.String value,
java.lang.String label,
boolean disabled,
boolean checked,
boolean renderId) |
encodeChildrenpublic void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws java.io.IOException
encodeEnd in class javax.faces.render.Rendererjava.io.IOExceptionprotected java.lang.String getLayout(javax.faces.component.UIComponent selectOne)
protected java.lang.String getStyleClass(javax.faces.component.UISelectOne selectOne)
protected void renderGroupOrItemRadio(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
javax.faces.model.SelectItem selectItem,
java.lang.Object currentValue,
javax.faces.convert.Converter converter,
boolean pageDirectionLayout)
throws java.io.IOException
java.io.IOExceptionprotected void renderRadio(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIInput uiComponent,
java.lang.String value,
java.lang.String label,
boolean disabled,
boolean checked,
boolean renderId)
throws java.io.IOException
java.io.IOExceptionprotected boolean isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
public void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
decode in class javax.faces.render.Rendererpublic java.lang.Object getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
java.lang.Object submittedValue)
throws javax.faces.convert.ConverterException
getConvertedValue in class javax.faces.render.Rendererjavax.faces.convert.ConverterException