org.apache.myfaces.custom.suggestajax.tablesuggestajax
Class TableSuggestAjaxRenderer

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.HtmlTextRendererBase
              extended by org.apache.myfaces.renderkit.html.ext.HtmlTextRenderer
                  extended by org.apache.myfaces.custom.suggestajax.SuggestAjaxRenderer
                      extended by org.apache.myfaces.custom.suggestajax.tablesuggestajax.TableSuggestAjaxRenderer
All Implemented Interfaces:
AjaxRenderer, AjaxSuggestRenderer

public class TableSuggestAjaxRenderer
extends SuggestAjaxRenderer
implements AjaxRenderer

Author:
Gerald Muellan Date: 25.03.2006 Time: 17:05:38

Field Summary
static java.lang.String DEFAULT_AUTO_COMPLETE
           
static int DEFAULT_BETWEEN_KEY_UP
           
static int DEFAULT_START_REQUEST
           
 
Fields inherited from class org.apache.myfaces.custom.suggestajax.SuggestAjaxRenderer
DEFAULT_MAX_SUGGESTED_ITEMS
 
Constructor Summary
TableSuggestAjaxRenderer()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 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.custom.suggestajax.SuggestAjaxRenderer
addQueryString, getSuggestedItems
 
Methods inherited from class org.apache.myfaces.renderkit.html.ext.HtmlTextRenderer
createOnChangeListenerJS, getOnChangeFunctionName, isDisabled, isDisabledOnClientSide, renderHiddenInput, renderInput, renderInputValueOnly, renderNormal
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase
getConvertedValue, renderOutput, renderOutputText
 
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_START_REQUEST

public static final int DEFAULT_START_REQUEST
See Also:
Constant Field Values

DEFAULT_BETWEEN_KEY_UP

public static final int DEFAULT_BETWEEN_KEY_UP
See Also:
Constant Field Values

DEFAULT_AUTO_COMPLETE

public static final java.lang.String DEFAULT_AUTO_COMPLETE
See Also:
Constant Field Values
Constructor Detail

TableSuggestAjaxRenderer

public TableSuggestAjaxRenderer()
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.HtmlTextRenderer
Throws:
java.io.IOException

decode

public void decode(javax.faces.context.FacesContext facesContext,
                   javax.faces.component.UIComponent component)
Overrides:
decode in class SuggestAjaxRenderer

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.