public class AutoCompleteRenderer extends AutoCompleteRenderer
Constructor and Description |
---|
AutoCompleteRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
encodeInput(javax.faces.context.FacesContext context,
AutoComplete ac) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
AutoComplete ac) |
protected void |
encodePanel(javax.faces.context.FacesContext context,
AutoComplete ac) |
protected void |
encodeScript(javax.faces.context.FacesContext context,
AutoComplete ac) |
protected void |
encodeSuggestions(javax.faces.context.FacesContext context,
AutoComplete ac,
List items) |
decode, decodeMultiple, decodeSingle, encodeChildren, encodeDropDown, encodeEnd, encodeHiddenInput, encodeHiddenSelect, encodeInput, encodeMultipleMarkup, encodeResults, encodeSingleMarkup, encodeSuggestionsAsList, encodeSuggestionsAsTable, getConvertedValue, getRendersChildren
coerceToModelType, createSelectItem, findImplicitConverter, getOptionAsString, getSelectItems, shouldDecode
buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, isValueBlank, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId, startScript
protected void encodeScript(javax.faces.context.FacesContext context, AutoComplete ac) throws IOException
encodeScript
in class AutoCompleteRenderer
IOException
protected void encodeMarkup(javax.faces.context.FacesContext context, AutoComplete ac) throws IOException
encodeMarkup
in class AutoCompleteRenderer
IOException
protected void encodeInput(javax.faces.context.FacesContext context, AutoComplete ac) throws IOException
IOException
protected void encodePanel(javax.faces.context.FacesContext context, AutoComplete ac) throws IOException
encodePanel
in class AutoCompleteRenderer
IOException
protected void encodeSuggestions(javax.faces.context.FacesContext context, AutoComplete ac, List items) throws IOException
encodeSuggestions
in class AutoCompleteRenderer
IOException
Copyright © 2015. All rights reserved.