public class RendererUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
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) |
public static void encodeCheckbox(javax.faces.context.FacesContext context,
boolean checked)
throws IOException
IOExceptionpublic static void encodeCheckbox(javax.faces.context.FacesContext context,
boolean checked,
boolean partialSelected)
throws IOException
IOExceptionpublic static void renderPassThroughAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
IOExceptionCopyright © 2014. All rights reserved.