Class PanelGridRenderer

java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.component.panelgrid.PanelGridRenderer

public class PanelGridRenderer extends CoreRenderer
  • Constructor Details

    • PanelGridRenderer

      public PanelGridRenderer()
  • Method Details

    • encodeEnd

      public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
      Overrides:
      encodeEnd in class javax.faces.render.Renderer
      Throws:
      IOException
    • encodeLegacyTableLayout

      @Deprecated public void encodeLegacyTableLayout(javax.faces.context.FacesContext context, PanelGrid grid) throws IOException
      Deprecated.
      in 13.0.0 remove in 14.0.0
      Throws:
      IOException
    • encodeGridLayout

      public void encodeGridLayout(javax.faces.context.FacesContext context, PanelGrid grid) throws IOException
      Throws:
      IOException
    • encodeTableBody

      public void encodeTableBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) throws IOException
      Throws:
      IOException
    • encodeDynamicBody

      public void encodeDynamicBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) throws IOException
      Throws:
      IOException
    • encodeStaticBody

      public void encodeStaticBody(javax.faces.context.FacesContext context, PanelGrid grid) throws IOException
      Throws:
      IOException
    • encodeRow

      public void encodeRow(javax.faces.context.FacesContext context, Row row, String columnRole, String rowClass, String columnClass) throws IOException
      Throws:
      IOException
    • encodeGridBody

      public void encodeGridBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) throws IOException
      Throws:
      IOException
    • encodeFlexGridBody

      public void encodeFlexGridBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) throws IOException
      Throws:
      IOException
    • encodeTableFacet

      public void encodeTableFacet(javax.faces.context.FacesContext context, PanelGrid grid, int columns, String facet, String tag, String styleClass) throws IOException
      Throws:
      IOException
    • encodeGridFacet

      public void encodeGridFacet(javax.faces.context.FacesContext context, PanelGrid grid, int columns, String facet, String styleClass) throws IOException
      Throws:
      IOException
    • encodeChildren

      public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
      Overrides:
      encodeChildren in class javax.faces.render.Renderer
      Throws:
      IOException
    • getRendersChildren

      public boolean getRendersChildren()
      Overrides:
      getRendersChildren in class javax.faces.render.Renderer