| Package | Description |
|---|---|
| org.dominokit.domino.ui.forms | |
| org.dominokit.domino.ui.loaders |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractSuggestBox.setLoaderEffect(LoaderEffect loaderEffect)
Sets a custom loader effect to be visible while the store is retrieving the suggestions
|
| Modifier and Type | Method and Description |
|---|---|
static LoaderEffect |
LoaderEffect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoaderEffect[] |
LoaderEffect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Loader |
Loader.create(elemental2.dom.HTMLElement target,
LoaderEffect effect)
Creates a loader for a target element with an effect
|
static Loader |
Loader.create(org.jboss.elemento.IsElement<?> target,
LoaderEffect effect)
Creates a loader for a target element with an effect
|
static IsLoader |
LoaderFactory.make(LoaderEffect type) |
Copyright © 2019–2022 Dominokit. All rights reserved.