| Package | Description |
|---|---|
| org.dominokit.domino.ui.progress | |
| org.dominokit.domino.ui.upload |
| Modifier and Type | Method and Description |
|---|---|
ProgressBar |
ProgressBar.animate()
Adds an animation effect to the ProgressBar
|
static ProgressBar |
ProgressBar.create(int maxValue) |
ProgressBar |
ProgressBar.danger()
Apply the
ProgressStyles.progress_bar_danger |
ProgressBar |
ProgressBar.info()
Apply the
ProgressStyles.progress_bar_info |
ProgressBar |
ProgressBar.setBackground(Color background) |
ProgressBar |
ProgressBar.setMaxValue(double maxValue) |
ProgressBar |
ProgressBar.setValue(double value) |
ProgressBar |
ProgressBar.showText()
Make progress text visible on the ProgressBar
|
ProgressBar |
ProgressBar.striped()
Apply the
ProgressStyles.progress_bar_success |
ProgressBar |
ProgressBar.success()
Apply the
ProgressStyles.progress_bar_success |
ProgressBar |
ProgressBar.textExpression(String expression) |
ProgressBar |
ProgressBar.warning()
Apply the
ProgressStyles.progress_bar_warning |
| Modifier and Type | Method and Description |
|---|---|
Progress |
Progress.appendChild(ProgressBar bar) |
| Modifier and Type | Method and Description |
|---|---|
ProgressBar |
FileItem.getProgressBar() |
Copyright © 2019–2022 Dominokit. All rights reserved.