Class PanelGridRenderer

    • Constructor Detail

      • PanelGridRenderer

        public PanelGridRenderer()
    • Method Detail

      • 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
      • 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
      • 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
      • 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