org.apache.myfaces.renderkit.html.ext
Class HtmlRadioRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRadioRendererBase
              extended by org.apache.myfaces.renderkit.html.ext.HtmlRadioRenderer

public class HtmlRadioRenderer
extends org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRadioRendererBase

Version:
$Revision: 685654 $ $Date: 2008-08-13 14:57:50 -0500 (miƩ, 13 ago 2008) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $), Thomas Spiegl

Constructor Summary
HtmlRadioRenderer()
           
 
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, org.apache.myfaces.custom.radio.HtmlRadio radio)
           
protected  String renderRadio(javax.faces.context.FacesContext facesContext, javax.faces.component.UISelectOne uiComponent, org.apache.myfaces.custom.radio.HtmlRadio radio, String value, boolean disabled, boolean checked, boolean renderId, Integer itemNum)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRadioRendererBase
getConvertedValue, getLayout, getStyleClass, renderGroupOrItemRadio, renderRadio, renderRadio
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, isCommonEventsOptimizationEnabled, isCommonPropertiesOptimizationEnabled, renderId, shouldRenderId, toUri
 
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
 

Constructor Detail

HtmlRadioRenderer

public HtmlRadioRenderer()
Method Detail

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context,
                      javax.faces.component.UIComponent component)
               throws IOException
Overrides:
encodeEnd in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRadioRendererBase
Throws:
IOException

renderRadio

protected void renderRadio(javax.faces.context.FacesContext facesContext,
                           org.apache.myfaces.custom.radio.HtmlRadio radio)
                    throws IOException
Throws:
IOException

renderRadio

protected String renderRadio(javax.faces.context.FacesContext facesContext,
                             javax.faces.component.UISelectOne uiComponent,
                             org.apache.myfaces.custom.radio.HtmlRadio radio,
                             String value,
                             boolean disabled,
                             boolean checked,
                             boolean renderId,
                             Integer itemNum)
                      throws IOException
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:
isDisabled in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRadioRendererBase

decode

public void decode(javax.faces.context.FacesContext facesContext,
                   javax.faces.component.UIComponent uiComponent)
Overrides:
decode in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRadioRendererBase


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.