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, setVargetInputValueconcatClasses, concatStyles, decode, doEncodeChildren, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getResourcePath, getSkin, getUtils, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildrenpublic void renderSuggestionsAsList(javax.faces.context.ResponseWriter responseWriter,
javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
Iterable items)
throws IOException
IOExceptionpublic void renderSuggestionsAsTable(javax.faces.context.ResponseWriter responseWriter,
javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
Iterable items)
throws IOException
IOExceptionpublic void renderSuggestions(javax.faces.context.ResponseWriter responseWriter,
javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
AutocompleteRendererBaserenderSuggestions in class AutocompleteRendererBaseIOExceptionpublic void doEncodeEnd(javax.faces.context.ResponseWriter responseWriter,
javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
RendererBaseencodeEnd method.doEncodeEnd in class RendererBaseIOExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.