Class OrderListRenderer

java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.component.orderlist.OrderListRenderer

public class OrderListRenderer extends CoreRenderer
  • Constructor Details

    • OrderListRenderer

      public OrderListRenderer()
  • 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, OrderList ol) throws IOException
      Throws:
      IOException
    • encodeList

      protected void encodeList(javax.faces.context.FacesContext context, OrderList ol, boolean flex) throws IOException
      Throws:
      IOException
    • encodeInput

      protected void encodeInput(javax.faces.context.FacesContext context, String clientId) throws IOException
      Throws:
      IOException
    • encodeControls

      protected void encodeControls(javax.faces.context.FacesContext context, OrderList ol, boolean flex) throws IOException
      Throws:
      IOException
    • encodeOptions

      protected void encodeOptions(javax.faces.context.FacesContext context, OrderList old, List model) throws IOException
      Throws:
      IOException
    • encodeButton

      protected void encodeButton(javax.faces.context.FacesContext context, String title, String styleClass, String icon) throws IOException
      Throws:
      IOException
    • encodeScript

      protected void encodeScript(javax.faces.context.FacesContext context, OrderList ol) throws IOException
      Throws:
      IOException
    • getConvertedValue

      public Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object submittedValue) throws javax.faces.convert.ConverterException
      Overrides:
      getConvertedValue in class javax.faces.render.Renderer
      Throws:
      javax.faces.convert.ConverterException
    • encodeCaption

      protected void encodeCaption(javax.faces.context.FacesContext context, javax.faces.component.UIComponent caption) 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