Class TabViewRenderer

    • Constructor Detail

      • TabViewRenderer

        public TabViewRenderer()
    • Method Detail

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

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

        protected void 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)
                                 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