public enum EBootstrapButtonType extends Enum<EBootstrapButtonType> implements com.helger.html.css.ICSSClassProvider
| Enum Constant and Description |
|---|
DANGER |
DARK |
INFO |
LIGHT |
LINK |
NONE |
OUTLINE_DANGER |
OUTLINE_DARK |
OUTLINE_INFO |
OUTLINE_LIGHT |
OUTLINE_PRIMARY |
OUTLINE_SECONDARY |
OUTLINE_SUCCESS |
OUTLINE_WARNING |
PRIMARY |
SECONDARY |
SUCCESS |
WARNING |
| Modifier and Type | Field and Description |
|---|---|
static EBootstrapButtonType |
DEFAULT |
| 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 PRIMARY
public static final EBootstrapButtonType SECONDARY
public static final EBootstrapButtonType SUCCESS
public static final EBootstrapButtonType DANGER
public static final EBootstrapButtonType WARNING
public static final EBootstrapButtonType INFO
public static final EBootstrapButtonType LIGHT
public static final EBootstrapButtonType DARK
public static final EBootstrapButtonType LINK
public static final EBootstrapButtonType OUTLINE_PRIMARY
public static final EBootstrapButtonType OUTLINE_SECONDARY
public static final EBootstrapButtonType OUTLINE_SUCCESS
public static final EBootstrapButtonType OUTLINE_DANGER
public static final EBootstrapButtonType OUTLINE_WARNING
public static final EBootstrapButtonType OUTLINE_INFO
public static final EBootstrapButtonType OUTLINE_LIGHT
public static final EBootstrapButtonType OUTLINE_DARK
public static final EBootstrapButtonType DEFAULT
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 © 2015–2020 Philip Helger. All rights reserved.