public final class AutoCompleteHelper extends Object implements AutoCompleteProvider
| Constructor and Description |
|---|
AutoCompleteHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
updateResultList(Object searchTerm,
List<javax.faces.model.SelectItem> resultList,
AutoCompleteConfig config,
DialogController controller)
Update the result list with search results from the given search term.
|
public void updateResultList(Object searchTerm, List<javax.faces.model.SelectItem> resultList, AutoCompleteConfig config, DialogController controller)
AutoCompleteProviderupdateResultList in interface AutoCompleteProvidersearchTerm - the search term to useresultList - the result list to updateconfig - the autocomplete configuration to use for the searchcontroller - the dialog controller using the providerCopyright © 2006–2017 Esito AS. All rights reserved.