| Package | Description |
|---|---|
| org.dominokit.domino.ui.forms |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalSuggestBoxStore<T>
An implementation of
SuggestBoxStore that provides Suggestion from a local List |
| Modifier and Type | Method and Description |
|---|---|
SuggestBoxStore<V> |
AbstractSuggestBox.getStore() |
| Modifier and Type | Method and Description |
|---|---|
static <T> SuggestBox<T> |
SuggestBox.create(String label,
SuggestBoxStore<T> store)
Creates an instance with a label and initialized with a store
|
static <T> SuggestBox<T> |
SuggestBox.create(SuggestBoxStore<T> store)
Creates an instance without a label and initialized with a store
|
T |
AbstractSuggestBox.setSuggestBoxStore(SuggestBoxStore<V> store) |
| Constructor and Description |
|---|
AbstractSuggestBox(String type,
String label,
SuggestBoxStore<V> store)
Creates an instance with a label and initialized with the input type and a store
|
AbstractSuggestBox(String label,
SuggestBoxStore<V> store)
Creates an instance with a label and initialized with a store
|
AbstractSuggestBox(SuggestBoxStore<V> store)
Creates an instance without a label and initialized with a store
|
SuggestBox(String type,
String label,
SuggestBoxStore<T> store)
Creates an instance with a label and initialized with the input type and a store
|
SuggestBox(String label,
SuggestBoxStore<T> store)
Creates an instance with a label and initialized with a store
|
SuggestBox(SuggestBoxStore<T> store)
Creates an instance without a label and initialized with a store
|
Copyright © 2019–2022 Dominokit. All rights reserved.