public class PanelGridRenderer extends CoreRenderer
Constructor and Description |
---|
PanelGridRenderer() |
Modifier and Type | Method and Description |
---|---|
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 |
encodeGridBody(javax.faces.context.FacesContext context,
PanelGrid grid,
int columns) |
void |
encodeGridFacet(javax.faces.context.FacesContext context,
PanelGrid grid,
int columns,
String facet,
String styleClass) |
void |
encodeGridLayout(javax.faces.context.FacesContext context,
PanelGrid grid) |
void |
encodeRow(javax.faces.context.FacesContext context,
Row row,
String columnRole,
String rowClass,
String columnClass) |
void |
encodeStaticBody(javax.faces.context.FacesContext context,
PanelGrid grid) |
void |
encodeTableBody(javax.faces.context.FacesContext context,
PanelGrid grid,
int columns) |
void |
encodeTableFacet(javax.faces.context.FacesContext context,
PanelGrid grid,
int columns,
String facet,
String tag,
String styleClass) |
void |
encodeTableLayout(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, startScript
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
public void encodeTableLayout(javax.faces.context.FacesContext context, PanelGrid grid) throws IOException
IOException
public void encodeGridLayout(javax.faces.context.FacesContext context, PanelGrid grid) throws IOException
IOException
public void encodeTableBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) throws IOException
IOException
public void encodeDynamicBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) throws IOException
IOException
public void encodeStaticBody(javax.faces.context.FacesContext context, PanelGrid grid) throws IOException
IOException
public void encodeRow(javax.faces.context.FacesContext context, Row row, String columnRole, String rowClass, String columnClass) throws IOException
IOException
public void encodeGridBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) throws IOException
IOException
public void encodeTableFacet(javax.faces.context.FacesContext context, PanelGrid grid, int columns, String facet, String tag, String styleClass) throws IOException
IOException
public void encodeGridFacet(javax.faces.context.FacesContext context, PanelGrid grid, int columns, String facet, String styleClass) throws IOException
IOException
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeChildren
in class javax.faces.render.Renderer
IOException
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
Copyright © 2017. All rights reserved.