org.apache.myfaces.custom.picklist
Class HtmlPicklistRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlListboxRendererBase
              extended by org.apache.myfaces.custom.picklist.HtmlPicklistRenderer

public class HtmlPicklistRenderer
extends org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlListboxRendererBase

Since:
1.1.7
Version:
$Revision$ $Date$
Author:
Bruno Aranda (latest modification by $Author$)

Constructor Summary
HtmlPicklistRenderer()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlListboxRendererBase
getConvertedValue, isDisabled
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, encodeBegin, encodeChildren, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlPicklistRenderer

public HtmlPicklistRenderer()
Method Detail

decode

public void decode(javax.faces.context.FacesContext facesContext,
                   javax.faces.component.UIComponent uiComponent)
Overrides:
decode in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlListboxRendererBase

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIComponent uiComponent)
               throws IOException
Overrides:
encodeEnd in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlListboxRendererBase
Throws:
IOException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.