public final class StringAutoCompleteRenderer extends AbstractAutoCompleteTextRenderer<Object>
| Modifier and Type | Field and Description |
|---|---|
static IAutoCompleteRenderer |
INSTANCE
A singleton instance
|
| Constructor and Description |
|---|
StringAutoCompleteRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getTextValue(Object object)
Retrieves the text value that will be set on the textbox if this assist is selected
|
static <T> IAutoCompleteRenderer<T> |
instance() |
renderChoicegetOnSelectJavaScriptExpression, render, renderFooter, renderHeaderpublic static final IAutoCompleteRenderer INSTANCE
public static <T> IAutoCompleteRenderer<T> instance()
T - protected String getTextValue(Object object)
AbstractAutoCompleteRenderergetTextValue in class AbstractAutoCompleteRenderer<Object>object - assist choice objectCopyright © 2006–2015 Apache Software Foundation. All rights reserved.