T - the type of the SuggestBox value@FunctionalInterface public static interface SuggestBoxStore.MissingSuggestProvider<T>
| Modifier and Type | Method and Description |
|---|---|
Optional<SuggestItem<T>> |
getMessingSuggestion(T missingValue) |
Optional<SuggestItem<T>> getMessingSuggestion(T missingValue)
missingValue - T the value that does not match any suggestionSuggestItem, this could be an inline created suggestion or
Optional.empty(), consider invalidating the field in this caseCopyright © 2019–2022 Dominokit. All rights reserved.