org.apache.myfaces.renderkit.html.ext
Class HtmlRadioRenderer
java.lang.Object
   javax.faces.render.Renderer
javax.faces.render.Renderer
       org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
           org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRadioRendererBase
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRadioRendererBase
               org.apache.myfaces.renderkit.html.ext.HtmlRadioRenderer
org.apache.myfaces.renderkit.html.ext.HtmlRadioRenderer
- public class HtmlRadioRenderer 
- extends HtmlRadioRendererBase
- Version:
- $Revision: 1084268 $ $Date: 2011-03-22 12:50:23 -0500 (Tue, 22 Mar 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $), Thomas Spiegl
 
| Method Summary | 
|  void | decode(javax.faces.context.FacesContext facesContext,
       javax.faces.component.UIComponent uiComponent)
 | 
|  void | encodeEnd(javax.faces.context.FacesContext context,
          javax.faces.component.UIComponent component)
 | 
| protected  boolean | isDisabled(javax.faces.context.FacesContext facesContext,
           javax.faces.component.UIComponent uiComponent)
 | 
| static void | renderLabel(javax.faces.context.ResponseWriter writer,
            javax.faces.component.UIComponent radio,
            javax.faces.component.UIComponent component,
            String forClientId,
            javax.faces.model.SelectItem item,
            boolean disabled)
 | 
| protected  void | renderRadio(javax.faces.context.FacesContext facesContext,
            HtmlRadio radio)
 | 
| protected  String | renderRadio(javax.faces.context.FacesContext facesContext,
            javax.faces.component.UIInput uiComponent,
            HtmlRadio radio,
            String value,
            boolean disabled,
            boolean checked,
            boolean renderId,
            Integer itemNum)Renders the input item
 | 
 
 
 
| Methods inherited from class javax.faces.render.Renderer | 
| convertClientId, encodeBegin, encodeChildren, getRendersChildren | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HtmlRadioRenderer
public HtmlRadioRenderer()
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context,
                      javax.faces.component.UIComponent component)
               throws IOException
- 
- Overrides:
- encodeEndin class- HtmlRadioRendererBase
 
- 
- Throws:
- IOException
 
renderRadio
protected void renderRadio(javax.faces.context.FacesContext facesContext,
                           HtmlRadio radio)
                    throws IOException
- 
- Throws:
- IOException
 
renderRadio
protected String renderRadio(javax.faces.context.FacesContext facesContext,
                             javax.faces.component.UIInput uiComponent,
                             HtmlRadio radio,
                             String value,
                             boolean disabled,
                             boolean checked,
                             boolean renderId,
                             Integer itemNum)
                      throws IOException
- Renders the input item
 
- 
- Returns:
- the 'id' value of the rendered element
- Throws:
- IOException
 
renderLabel
public static void renderLabel(javax.faces.context.ResponseWriter writer,
                               javax.faces.component.UIComponent radio,
                               javax.faces.component.UIComponent component,
                               String forClientId,
                               javax.faces.model.SelectItem item,
                               boolean disabled)
                        throws IOException
- 
- Throws:
- IOException
 
isDisabled
protected boolean isDisabled(javax.faces.context.FacesContext facesContext,
                             javax.faces.component.UIComponent uiComponent)
- 
- Overrides:
- isDisabledin class- HtmlRadioRendererBase
 
- 
 
decode
public void decode(javax.faces.context.FacesContext facesContext,
                   javax.faces.component.UIComponent uiComponent)
- 
- Overrides:
- decodein class- HtmlRadioRendererBase
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.