org.apache.myfaces.custom.inputAjax
Class HtmlSelectBooleanCheckboxAjaxRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlCheckboxRendererBase
org.apache.myfaces.renderkit.html.ext.HtmlCheckboxRenderer
org.apache.myfaces.custom.inputAjax.HtmlSelectBooleanCheckboxAjaxRenderer
- All Implemented Interfaces:
- AjaxRenderer
public class HtmlSelectBooleanCheckboxAjaxRenderer
- extends org.apache.myfaces.renderkit.html.ext.HtmlCheckboxRenderer
- implements AjaxRenderer
User: treeder
Date: Nov 21, 2005
Time: 9:09:20 AM
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, renderCheckboxGroup, renderCheckboxList, renderCheckboxListHorizontally, renderCheckboxListVertically, renderGroupOrItemCheckbox, renderLabelClassIfNecessary, renderRowForHorizontal |
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 |
HtmlSelectBooleanCheckboxAjaxRenderer
public HtmlSelectBooleanCheckboxAjaxRenderer()
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 © 2010. All Rights Reserved.