Class TabViewRenderer

java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.component.tabview.TabViewRenderer

public class TabViewRenderer extends CoreRenderer
  • Constructor Details

    • TabViewRenderer

      public TabViewRenderer()
  • 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 context, 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, TabView tabView) throws IOException
      Throws:
      IOException
    • encodeMarkup

      protected void encodeMarkup(javax.faces.context.FacesContext context, TabView tabView) throws IOException
      Throws:
      IOException
    • encodeStateHolder

      protected void encodeStateHolder(javax.faces.context.FacesContext facesContext, TabView tabView, String name, String value) throws IOException
      Throws:
      IOException
    • encodeFooter

      protected void encodeFooter(javax.faces.context.FacesContext context, TabView tabView) throws IOException
      Throws:
      IOException
    • encodeHeaders

      protected void encodeHeaders(javax.faces.context.FacesContext context, TabView tabView) throws IOException
      Throws:
      IOException
    • encodeTabHeader

      protected boolean encodeTabHeader(javax.faces.context.FacesContext context, TabView tabView, Tab tab, int index, boolean active) throws IOException
      Throws:
      IOException
    • encodeContents

      protected void encodeContents(javax.faces.context.FacesContext context, TabView tabView) throws IOException
      Throws:
      IOException
    • encodeTabContent

      protected void encodeTabContent(javax.faces.context.FacesContext context, Tab tab, int index, boolean active, boolean dynamic, boolean repeating) throws IOException
      Throws:
      IOException
    • encodeScrollerButton

      protected void encodeScrollerButton(javax.faces.context.FacesContext context, TabView tabView, String styleClass, String iconClass) 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