Class CarouselRenderer

    • Constructor Detail

      • CarouselRenderer

        public CarouselRenderer()
    • 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
      • encodeContent

        protected void encodeContent​(javax.faces.context.FacesContext context,
                                     Carousel carousel)
                              throws IOException
        Throws:
        IOException
      • encodePrevButton

        protected void encodePrevButton​(javax.faces.context.FacesContext context,
                                        Carousel carousel,
                                        boolean isVertical)
                                 throws IOException
        Throws:
        IOException
      • encodeNextButton

        protected void encodeNextButton​(javax.faces.context.FacesContext context,
                                        Carousel carousel,
                                        boolean isVertical)
                                 throws IOException
        Throws:
        IOException
      • encodeIndicators

        protected void encodeIndicators​(javax.faces.context.FacesContext context,
                                        Carousel carousel)
                                 throws IOException
        Throws:
        IOException
      • getRendersChildren

        public boolean getRendersChildren()
        Overrides:
        getRendersChildren in class javax.faces.render.Renderer
      • 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