org.apache.myfaces.custom.inputAjax
Class HtmlSelectBooleanCheckboxAjaxRenderer

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.HtmlCheckboxRendererBase
              extended by org.apache.myfaces.renderkit.html.ext.HtmlCheckboxRenderer
                  extended by org.apache.myfaces.custom.inputAjax.HtmlSelectBooleanCheckboxAjaxRenderer
All Implemented Interfaces:
AjaxRenderer

public class HtmlSelectBooleanCheckboxAjaxRenderer
extends org.apache.myfaces.renderkit.html.ext.HtmlCheckboxRenderer
implements AjaxRenderer


Constructor Summary
HtmlSelectBooleanCheckboxAjaxRenderer()
           
 
Method Summary
 void encodeAjax(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.renderkit.html.ext.HtmlCheckboxRenderer
decode, getConverter, getItemStringValue, getLayout, getLayoutWidth, isDisabled, renderCheckbox, renderCheckboxGroup, renderCheckboxList, renderCheckboxListHorizontally, renderCheckboxListVertically, renderGroupOrItemCheckbox, renderLabelClassIfNecessary, renderRowForHorizontal, renderSingleCheckbox
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlCheckboxRendererBase
getConvertedValue, renderCheckbox
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, 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

HtmlSelectBooleanCheckboxAjaxRenderer

public HtmlSelectBooleanCheckboxAjaxRenderer()
Method Detail

encodeEnd

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

encodeAjax

public void encodeAjax(javax.faces.context.FacesContext context,
                       javax.faces.component.UIComponent component)
                throws java.io.IOException
Specified by:
encodeAjax in interface AjaxRenderer
Throws:
java.io.IOException


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