| Package | Description |
|---|---|
| org.dominokit.domino.ui.forms | |
| org.dominokit.domino.ui.loaders |
| Modifier and Type | Method and Description |
|---|---|
Loader |
AbstractSuggestBox.getLoader() |
| 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
|
Loader |
Loader.setLoadingText(String text)
Sets a loading text which will be shown when the loader starts loading
|
Loader |
Loader.setLoadingTextPosition(Loader.LoadingTextPosition loadingTextPosition)
Sets the position of the loading text
|
Loader |
Loader.setRemoveLoadingText(boolean removeLoadingText)
Removes the loading text when loader is shown
|
Loader |
Loader.setSize(String width,
String height)
Sets the width and height for the loader
|
Loader |
Loader.start()
Starts the loading, the loader will keep loading until
stop() is called |
Loader |
Loader.start(int timeout)
Starts the loading, the loader will keep loading until
stop() is called |
Loader |
Loader.stop()
Stops the loading
|
Copyright © 2019–2022 Dominokit. All rights reserved.