Class PanelRenderer

java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.component.panel.PanelRenderer

public class PanelRenderer extends CoreRenderer
  • Constructor Details

    • PanelRenderer

      public PanelRenderer()
  • Method Details

    • decode

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

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

      protected void encodeScript(javax.faces.context.FacesContext context, Panel panel, Menu optionsMenu) throws IOException
      Throws:
      IOException
    • encodeMarkup

      protected void encodeMarkup(javax.faces.context.FacesContext context, Panel panel, Menu optionsMenu) throws IOException
      Throws:
      IOException
    • shouldRenderHeader

      protected boolean shouldRenderHeader(javax.faces.context.FacesContext context, Panel panel) throws IOException
      Throws:
      IOException
    • encodeHeader

      protected void encodeHeader(javax.faces.context.FacesContext context, Panel panel, Menu optionsMenu) throws IOException
      Throws:
      IOException
    • encodeContent

      protected void encodeContent(javax.faces.context.FacesContext context, Panel panel) throws IOException
      Throws:
      IOException
    • encodeFooter

      protected void encodeFooter(javax.faces.context.FacesContext context, Panel panel) throws IOException
      Throws:
      IOException
    • encodeIcon

      protected void encodeIcon(javax.faces.context.FacesContext context, Panel panel, String iconClass, String id, String title, String ariaLabel) throws IOException
      Throws:
      IOException
    • encodeStateHolder

      protected void encodeStateHolder(javax.faces.context.FacesContext context, Panel panel, String name, String value) 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