public class AutocompleteRenderer extends AutocompleteRendererBase
RENDERER_TYPE
Constructor and Description |
---|
AutocompleteRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
doEncodeEnd(javax.faces.context.ResponseWriter responseWriter,
javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
Template method for custom finish encoding of concrete renderer.
|
void |
renderSuggestions(javax.faces.context.ResponseWriter responseWriter,
javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
The implementation of rendering suggestions must be provided so that it can be used by both on initial request as well as
during AJAX updates of suggestions.
|
void |
renderSuggestionsAsList(javax.faces.context.ResponseWriter responseWriter,
javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
Iterable items) |
void |
renderSuggestionsAsTable(javax.faces.context.ResponseWriter responseWriter,
javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
Iterable items) |
asDataModel, decodeMetaComponent, doDecode, doEncodeBegin, encodeMetaComponent, getClientFilterFunction, getConvertedValue, getRendersChildren, getSuggestions, getSuggestionsAsDataModel, saveVar, setVar
getInputValue
concatClasses, concatStyles, decode, doEncodeChildren, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getResourcePath, getSkin, getUtils, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildren
public void renderSuggestionsAsList(javax.faces.context.ResponseWriter responseWriter, javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Iterable items) throws IOException
IOException
public void renderSuggestionsAsTable(javax.faces.context.ResponseWriter responseWriter, javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Iterable items) throws IOException
IOException
public void renderSuggestions(javax.faces.context.ResponseWriter responseWriter, javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent) throws IOException
AutocompleteRendererBase
renderSuggestions
in class AutocompleteRendererBase
IOException
public void doEncodeEnd(javax.faces.context.ResponseWriter responseWriter, javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent) throws IOException
RendererBase
encodeEnd
method.doEncodeEnd
in class RendererBase
IOException
Copyright © 2014 JBoss by Red Hat. All rights reserved.