Class CarouselRenderer

java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.component.carousel.CarouselRenderer

public class CarouselRenderer extends CoreRenderer
  • Constructor Details

    • CarouselRenderer

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

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

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

      protected void encodeItem(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
    • encodeHeader

      protected void encodeHeader(javax.faces.context.FacesContext context, Carousel carousel) throws IOException
      Throws:
      IOException
    • encodeFooter

      protected void encodeFooter(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