public class ProgressStyles extends Object
Progress and ProgressBar css classes| Modifier and Type | Field and Description |
|---|---|
static String |
active
The css to add the animated effect to a ProgressBar
|
static String |
progress
the main Progress css class
|
static String |
progress_bar
the main ProgressBar css class
|
static String |
progress_bar_danger
The css to indicate the operation is progressing with errors
|
static String |
progress_bar_info
The css to indicate the operation is progressing successfully with some info
|
static String |
progress_bar_striped
The css to add the stripes effect to a ProgressBar
|
static String |
progress_bar_success
The css to indicate the operation is progressing successfully
|
static String |
progress_bar_warning
The css to indicate the operation is progressing with warnings
|
| Constructor and Description |
|---|
ProgressStyles() |
public static final String progress
public static final String progress_bar
public static final String progress_bar_striped
public static final String active
public static final String progress_bar_success
public static final String progress_bar_warning
public static final String progress_bar_info
public static final String progress_bar_danger
Copyright © 2019–2022 Dominokit. All rights reserved.