org.apache.myfaces.custom.inputAjax
Class HtmlSelectManyCheckboxAjaxRenderer

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.HtmlSelectManyCheckboxAjaxRenderer
All Implemented Interfaces:
AjaxRenderer

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

For onSuccess, onFailure, onStart functions, they should accept (elname, elvalue) attributes for the specific item


Constructor Summary
HtmlSelectManyCheckboxAjaxRenderer()
           
 
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

HtmlSelectManyCheckboxAjaxRenderer

public HtmlSelectManyCheckboxAjaxRenderer()
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.