public enum EBootstrapButtonType extends Enum<EBootstrapButtonType> implements com.helger.html.css.ICSSClassProvider
| Enum Constant and Description |
|---|
DANGER |
DEFAULT |
INFO |
LINK |
NONE |
PRIMARY |
SUCCESS |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
static EBootstrapButtonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapButtonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapButtonType NONE
public static final EBootstrapButtonType DEFAULT
public static final EBootstrapButtonType PRIMARY
public static final EBootstrapButtonType SUCCESS
public static final EBootstrapButtonType INFO
public static final EBootstrapButtonType WARNING
public static final EBootstrapButtonType DANGER
public static final EBootstrapButtonType LINK
public static EBootstrapButtonType[] values()
for (EBootstrapButtonType c : EBootstrapButtonType.values()) System.out.println(c);
public static EBootstrapButtonType 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 nullCopyright © 2014–2015 Philip Helger. All rights reserved.