org.sakaiproject.jsf.renderer
Class CustomSelectOneRadioRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.sakaiproject.jsf.renderer.CustomSelectOneRadioRenderer

public class CustomSelectOneRadioRenderer
extends javax.faces.render.Renderer


Constructor Summary
CustomSelectOneRadioRenderer()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
          Decoding is required.
 void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
          No begin encoding is required.
 void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
          No children encoding is required.
 void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
          Encode this component.
 void setSubmittedValue(javax.faces.component.UIComponent component, Object obj)
           
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomSelectOneRadioRenderer

public CustomSelectOneRadioRenderer()
Method Detail

decode

public void decode(javax.faces.context.FacesContext context,
                   javax.faces.component.UIComponent component)

Decoding is required.

Overrides:
decode in class javax.faces.render.Renderer
Parameters:
context - FacesContextfor the current request
component - UIComponent to be decoded

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context,
                        javax.faces.component.UIComponent component)
                 throws IOException

No begin encoding is required.

Overrides:
encodeBegin in class javax.faces.render.Renderer
Parameters:
context - FacesContextfor the current request
component - UIComponent to be decoded
Throws:
IOException

encodeChildren

public void encodeChildren(javax.faces.context.FacesContext context,
                           javax.faces.component.UIComponent component)
                    throws IOException

No children encoding is required.

Overrides:
encodeChildren in class javax.faces.render.Renderer
Parameters:
context - FacesContextfor the current request
component - UIComponent to be decoded
Throws:
IOException

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context,
                      javax.faces.component.UIComponent component)
               throws IOException

Encode this component.

Overrides:
encodeEnd in class javax.faces.render.Renderer
Parameters:
context - FacesContextfor the current request
component - UIComponent to be decoded
Throws:
IOException

setSubmittedValue

public void setSubmittedValue(javax.faces.component.UIComponent component,
                              Object obj)


Copyright © 2005-2012 Sakai Project. All Rights Reserved.