org.primefaces.component.selectbooleancheckbox
Class SelectBooleanCheckboxRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.primefaces.renderkit.CoreRenderer
          extended by org.primefaces.renderkit.InputRenderer
              extended by org.primefaces.component.selectbooleancheckbox.SelectBooleanCheckboxRenderer

public class SelectBooleanCheckboxRenderer
extends InputRenderer


Constructor Summary
SelectBooleanCheckboxRenderer()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected  void encodeInput(javax.faces.context.FacesContext context, SelectBooleanCheckbox checkbox, String clientId, boolean checked, boolean disabled)
           
protected  void encodeItemLabel(javax.faces.context.FacesContext context, SelectBooleanCheckbox checkbox, String clientId)
           
protected  void encodeMarkup(javax.faces.context.FacesContext context, SelectBooleanCheckbox checkbox)
           
protected  void encodeOutput(javax.faces.context.FacesContext context, SelectBooleanCheckbox checkbox, boolean checked, boolean disabled)
           
protected  void encodeScript(javax.faces.context.FacesContext context, SelectBooleanCheckbox checkbox)
           
 
Methods inherited from class org.primefaces.renderkit.InputRenderer
coerceToModelType, createSelectItem, createSelectItem, findConverter, findImplicitConverter, getConvertedValue, getOptionAsString, getSelectItems, shouldDecode
 
Methods inherited from class org.primefaces.renderkit.CoreRenderer
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getActionURL, getEscapedClientId, getOnclickBehaviors, getResourceRequestPath, getResourceURL, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, shouldRenderAttribute, startScript
 
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

SelectBooleanCheckboxRenderer

public SelectBooleanCheckboxRenderer()
Method Detail

decode

public void decode(javax.faces.context.FacesContext context,
                   javax.faces.component.UIComponent component)
Overrides:
decode in class javax.faces.render.Renderer

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context,
                      javax.faces.component.UIComponent component)
               throws IOException
Overrides:
encodeEnd in class javax.faces.render.Renderer
Throws:
IOException

encodeMarkup

protected void encodeMarkup(javax.faces.context.FacesContext context,
                            SelectBooleanCheckbox checkbox)
                     throws IOException
Throws:
IOException

encodeInput

protected void encodeInput(javax.faces.context.FacesContext context,
                           SelectBooleanCheckbox checkbox,
                           String clientId,
                           boolean checked,
                           boolean disabled)
                    throws IOException
Throws:
IOException

encodeOutput

protected void encodeOutput(javax.faces.context.FacesContext context,
                            SelectBooleanCheckbox checkbox,
                            boolean checked,
                            boolean disabled)
                     throws IOException
Throws:
IOException

encodeItemLabel

protected void encodeItemLabel(javax.faces.context.FacesContext context,
                               SelectBooleanCheckbox checkbox,
                               String clientId)
                        throws IOException
Throws:
IOException

encodeScript

protected void encodeScript(javax.faces.context.FacesContext context,
                            SelectBooleanCheckbox checkbox)
                     throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.