| Package | Description |
|---|---|
| org.dominokit.domino.ui.forms |
| Modifier and Type | Method and Description |
|---|---|
default SuggestBoxStore.MissingEntryProvider<T> |
SuggestBoxStore.getMessingEntryProvider() |
SuggestBoxStore.MissingEntryProvider<T> |
LocalSuggestBoxStore.getMessingEntryProvider() |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2019–2022 Dominokit. All rights reserved.