public static enum ProgressBar.Type extends Enum<ProgressBar.Type> implements ICssClassNameProvider
| Enum Constant and Description |
|---|
DANGER |
DEFAULT |
INFO |
SUCCESS |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
String |
cssClassName() |
CssClassNameAppender |
newCssClassNameModifier() |
static ProgressBar.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgressBar.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProgressBar.Type DEFAULT
public static final ProgressBar.Type INFO
public static final ProgressBar.Type SUCCESS
public static final ProgressBar.Type WARNING
public static final ProgressBar.Type DANGER
public static ProgressBar.Type[] values()
for (ProgressBar.Type c : ProgressBar.Type.values()) System.out.println(c);
public static ProgressBar.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String cssClassName()
cssClassName in interface ICssClassNameProviderpublic CssClassNameAppender newCssClassNameModifier()
Copyright © 2013 agilecoders.de. All Rights Reserved.