org.apache.myfaces.custom.ajaxchildcombobox
Class HtmlAjaxChildComboBoxRenderer

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.ajaxchildcombobox.HtmlAjaxChildComboBoxRenderer
All Implemented Interfaces:
AjaxRenderer

public class HtmlAjaxChildComboBoxRenderer
extends org.apache.myfaces.renderkit.html.ext.HtmlMenuRenderer
implements AjaxRenderer

Renderer for component HtmlAjaxChildComboBox

Author:
Sharath Reddy

Field Summary
static int DEFAULT_MAX_SUGGESTED_ITEMS
           
 
Constructor Summary
HtmlAjaxChildComboBoxRenderer()
           
 
Method Summary
 void encodeAjax(javax.faces.context.FacesContext context, javax.faces.component.UIComponent uiComponent)
           
 void encodeEnd(javax.faces.context.FacesContext context, 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
 

Field Detail

DEFAULT_MAX_SUGGESTED_ITEMS

public static final int DEFAULT_MAX_SUGGESTED_ITEMS
See Also:
Constant Field Values
Constructor Detail

HtmlAjaxChildComboBoxRenderer

public HtmlAjaxChildComboBoxRenderer()
Method Detail

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context,
                      javax.faces.component.UIComponent component)
               throws java.io.IOException
Overrides:
encodeEnd in class org.apache.myfaces.renderkit.html.ext.HtmlMenuRenderer
Throws:
java.io.IOException

encodeAjax

public void encodeAjax(javax.faces.context.FacesContext context,
                       javax.faces.component.UIComponent uiComponent)
                throws java.io.IOException
Specified by:
encodeAjax in interface AjaxRenderer
Throws:
java.io.IOException


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