T - the type of the SuggestBox value@FunctionalInterface public static interface SuggestBoxStore.SuggestionsHandler<T>
SuggestItem to the SuggestBoxStore.filter(String, SuggestionsHandler)| Modifier and Type | Method and Description |
|---|---|
void |
onSuggestionsReady(List<SuggestItem<T>> suggestions)
This should be called once the suggestions are ready to be fed to the SuggestBox
|
void onSuggestionsReady(List<SuggestItem<T>> suggestions)
suggestions - List of SuggestItemCopyright © 2019–2022 Dominokit. All rights reserved.