org.apache.myfaces.custom.selectOneCountry
Class SelectOneCountryRenderer

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.HtmlMenuRendererBase
              extended by org.apache.myfaces.renderkit.html.ext.HtmlMenuRenderer
                  extended by org.apache.myfaces.custom.selectOneCountry.SelectOneCountryRenderer

public class SelectOneCountryRenderer
extends HtmlMenuRenderer

Version:
$Revision: 673833 $ $Date: 2008-07-03 16:58:05 -0500 (Thu, 03 Jul 2008) $
Author:
Sylvain Vieujot (latest modification by $Author: skitching $)

Constructor Summary
SelectOneCountryRenderer()
           
 
Method Summary
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.renderkit.html.ext.HtmlMenuRenderer
isDisabled
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlMenuRendererBase
decode, getConvertedValue
 
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

SelectOneCountryRenderer

public SelectOneCountryRenderer()
Method Detail

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIComponent component)
               throws IOException
Overrides:
encodeEnd in class HtmlMenuRenderer
Throws:
IOException


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