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) |
Object |
getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
Object submittedValue) |
protected String |
getLayout(javax.faces.component.UIComponent selectOne) |
protected 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,
Object currentValue,
javax.faces.convert.Converter converter,
boolean pageDirectionLayout) |
protected void |
renderRadio(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
String value,
String label,
boolean disabled,
boolean checked,
boolean renderId) |
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
public void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected String getLayout(javax.faces.component.UIComponent selectOne)
protected 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, Object currentValue, javax.faces.convert.Converter converter, boolean pageDirectionLayout) throws IOException
IOException
protected void renderRadio(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, String value, String label, boolean disabled, boolean checked, boolean renderId) throws IOException
IOException
protected 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.Renderer
public Object getConvertedValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object submittedValue) throws javax.faces.convert.ConverterException
getConvertedValue
in class javax.faces.render.Renderer
javax.faces.convert.ConverterException
Copyright © 2013 Apache Software Foundation. All Rights Reserved.