| Package | Description |
|---|---|
| org.dominokit.domino.ui.forms |
| Modifier and Type | Method and Description |
|---|---|
LocalSuggestBoxStore<T> |
LocalSuggestBoxStore.addSuggestion(SuggestItem<T> suggestion)
Adds a suggestion the suggestions List
|
LocalSuggestBoxStore<T> |
LocalSuggestBoxStore.addSuggestions(List<SuggestItem<T>> suggestions)
Adds a List of suggestions to the store suggestions
|
static <T> LocalSuggestBoxStore<T> |
LocalSuggestBoxStore.create()
Creates a store initialized with an empty List
|
static <T> LocalSuggestBoxStore<T> |
LocalSuggestBoxStore.create(List<SuggestItem<T>> suggestions)
Creates a store initialized with a List of suggestions
|
LocalSuggestBoxStore<T> |
LocalSuggestBoxStore.setMissingEntryProvider(SuggestBoxStore.MissingEntryProvider<T> missingEntryProvider)
Sets the missing entry provider to be used by this store
|
LocalSuggestBoxStore<T> |
LocalSuggestBoxStore.setMissingHandlers(SuggestBoxStore.MissingSuggestProvider<T> missingSuggestProvider,
SuggestBoxStore.MissingEntryProvider<T> missingEntryProvider)
A shortcut method to set bot the MissingSuggestProvider and MissingEntryProvider
|
LocalSuggestBoxStore<T> |
LocalSuggestBoxStore.setMissingValueProvider(SuggestBoxStore.MissingSuggestProvider<T> missingValueProvider)
sets the missing suggestion provider for this store
|
LocalSuggestBoxStore<T> |
LocalSuggestBoxStore.setSuggestionFilter(SuggestBoxStore.SuggestionFilter<T> suggestionFilter)
Set the logic of matching a SuggestItem with the search text
|
LocalSuggestBoxStore<T> |
LocalSuggestBoxStore.setSuggestions(List<SuggestItem<T>> suggestions)
replace the store suggestions with the provided List
|
Copyright © 2019–2022 Dominokit. All rights reserved.