public class PanelGridRenderer extends CoreRenderer
| Constructor and Description |
|---|
PanelGridRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBody(javax.faces.context.FacesContext context,
PanelGrid grid,
int columns) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeDynamicBody(javax.faces.context.FacesContext context,
PanelGrid grid,
int columns) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeFacet(javax.faces.context.FacesContext context,
PanelGrid grid,
int columns,
String facet,
String tag,
String styleClass) |
void |
encodeRow(javax.faces.context.FacesContext context,
Row row,
String columnRole,
String rowClass,
String columnClass) |
void |
encodeStaticBody(javax.faces.context.FacesContext context,
PanelGrid grid) |
boolean |
getRendersChildren() |
buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, isValueBlank, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId, startScriptpublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class javax.faces.render.RendererIOExceptionpublic void encodeBody(javax.faces.context.FacesContext context,
PanelGrid grid,
int columns)
throws IOException
IOExceptionpublic void encodeDynamicBody(javax.faces.context.FacesContext context,
PanelGrid grid,
int columns)
throws IOException
IOExceptionpublic void encodeStaticBody(javax.faces.context.FacesContext context,
PanelGrid grid)
throws IOException
IOExceptionpublic void encodeRow(javax.faces.context.FacesContext context,
Row row,
String columnRole,
String rowClass,
String columnClass)
throws IOException
IOExceptionpublic void encodeFacet(javax.faces.context.FacesContext context,
PanelGrid grid,
int columns,
String facet,
String tag,
String styleClass)
throws IOException
IOExceptionpublic void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeChildren in class javax.faces.render.RendererIOExceptionpublic boolean getRendersChildren()
getRendersChildren in class javax.faces.render.RendererCopyright © 2014. All rights reserved.