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() |
renderChoice
getOnSelectJavaScriptExpression, render, renderFooter, renderHeader
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
detach
public static final IAutoCompleteRenderer INSTANCE
public static <T> IAutoCompleteRenderer<T> instance()
T
- protected String getTextValue(Object object)
AbstractAutoCompleteRenderer
getTextValue
in class AbstractAutoCompleteRenderer<Object>
object
- assist choice objectCopyright © 2006–2022 Apache Software Foundation. All rights reserved.