org.primefaces.component.orderlist
Class OrderListRenderer

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

public class OrderListRenderer
extends CoreRenderer


Constructor Summary
OrderListRenderer()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected  void encodeButton(javax.faces.context.FacesContext context, String title, String styleClass, String icon)
           
protected  void encodeCaption(javax.faces.context.FacesContext context, javax.faces.component.UIComponent caption)
           
 void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected  void encodeControls(javax.faces.context.FacesContext context, OrderList ol)
           
 void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected  void encodeInput(javax.faces.context.FacesContext context, String clientId)
           
protected  void encodeList(javax.faces.context.FacesContext context, OrderList ol)
           
protected  void encodeMarkup(javax.faces.context.FacesContext context, OrderList ol)
           
protected  void encodeOptions(javax.faces.context.FacesContext context, OrderList old, List model)
           
protected  void encodeScript(javax.faces.context.FacesContext context, OrderList ol)
           
 Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object submittedValue)
           
 boolean getRendersChildren()
           
 
Methods inherited from class org.primefaces.renderkit.CoreRenderer
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getActionURL, getEscapedClientId, getOnclickBehaviors, getResourceRequestPath, getResourceURL, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, shouldRenderAttribute, startScript
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, encodeBegin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderListRenderer

public OrderListRenderer()
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

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


Copyright © 2012. All Rights Reserved.