public class HtmlGridRendererBase extends HtmlRenderer
| Constructor and Description |
|---|
HtmlGridRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
childAttributes(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
int columnIndex) |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
boolean |
getRendersChildren() |
protected void |
renderChildren(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
int columns) |
protected void |
renderHeaderOrFooter(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
int columns,
boolean header) |
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUripublic boolean getRendersChildren()
getRendersChildren in class javax.faces.render.Rendererpublic void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
encodeBegin in class javax.faces.render.RendererIOExceptionpublic void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeChildren in class javax.faces.render.RendererIOExceptionpublic void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class javax.faces.render.RendererIOExceptionprotected void renderHeaderOrFooter(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
int columns,
boolean header)
throws IOException
IOExceptionprotected int childAttributes(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
int columnIndex)
throws IOException
IOExceptionprotected void renderChildren(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
int columns)
throws IOException
IOExceptionCopyright © 2013 Apache Software Foundation. All Rights Reserved.