| Package | Description |
|---|---|
| org.dominokit.domino.ui.forms |
| 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
|
Copyright © 2019–2022 Dominokit. All rights reserved.