org.primefaces.renderkit
Class RendererUtils

java.lang.Object
  extended by org.primefaces.renderkit.RendererUtils

public class RendererUtils
extends Object


Method Summary
static void encodeCheckbox(javax.faces.context.FacesContext context, boolean checked)
           
static void encodeCheckbox(javax.faces.context.FacesContext context, boolean checked, boolean partialSelected)
           
static void renderPassThroughAttributes(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encodeCheckbox

public static void encodeCheckbox(javax.faces.context.FacesContext context,
                                  boolean checked)
                           throws IOException
Throws:
IOException

encodeCheckbox

public static void encodeCheckbox(javax.faces.context.FacesContext context,
                                  boolean checked,
                                  boolean partialSelected)
                           throws IOException
Throws:
IOException

renderPassThroughAttributes

public static void renderPassThroughAttributes(javax.faces.context.FacesContext context,
                                               javax.faces.component.UIComponent component)
                                        throws IOException
Throws:
IOException


Copyright © 2013. All rights reserved.