org.apache.myfaces.renderkit.html

Class HtmlRadioRendererBase

Known Direct Subclasses:
HtmlRadioRenderer

public class HtmlRadioRendererBase
extends HtmlRenderer

Version:
$Revision: 267201 $ $Date: 2005-09-02 15:47:41 +0200 (Fri, 02 Sep 2005) $
Authors:
Manfred Geiler (latest modification by $Author: oros $)
Thomas Spiegl

Method Summary

void
decode(FacesContext facesContext, UIComponent uiComponent)
void
encodeEnd(FacesContext facesContext, UIComponent uiComponent)
Object
getConvertedValue(FacesContext facesContext, UIComponent uiComponent, Object submittedValue)
protected String
getLayout(UIComponent selectOne)
protected String
getStyleClass(UISelectOne selectOne)
protected boolean
isDisabled(FacesContext facesContext, UIComponent uiComponent)
protected void
renderGroupOrItemRadio(FacesContext facesContext, UIComponent uiComponent, SelectItem selectItem, Object currentValue, Converter converter, boolean pageDirectionLayout)
protected void
renderRadio(FacesContext facesContext, UIInput uiComponent, String value, String label, boolean disabled, boolean checked, boolean renderId)

Methods inherited from class org.apache.myfaces.renderkit.html.HtmlRenderer

encodeChildren

Method Details

decode

public void decode(FacesContext facesContext,
                   UIComponent uiComponent)

encodeEnd

public void encodeEnd(FacesContext facesContext,
                      UIComponent uiComponent)
            throws IOException

getConvertedValue

public Object getConvertedValue(FacesContext facesContext,
                                UIComponent uiComponent,
                                Object submittedValue)
            throws ConverterException

getLayout

protected String getLayout(UIComponent selectOne)

getStyleClass

protected String getStyleClass(UISelectOne selectOne)

isDisabled

protected boolean isDisabled(FacesContext facesContext,
                             UIComponent uiComponent)

renderGroupOrItemRadio

protected void renderGroupOrItemRadio(FacesContext facesContext,
                                      UIComponent uiComponent,
                                      SelectItem selectItem,
                                      Object currentValue,
                                      Converter converter,
                                      boolean pageDirectionLayout)
            throws IOException

renderRadio

protected void renderRadio(FacesContext facesContext,
                           UIInput uiComponent,
                           String value,
                           String label,
                           boolean disabled,
                           boolean checked,
                           boolean renderId)
            throws IOException