public enum EBootstrapTextColorType extends Enum<EBootstrapTextColorType> implements com.helger.html.css.ICSSClassProvider
| Enum Constant and Description |
|---|
BLACK_50 |
BODY |
DANGER |
DARK |
INFO |
LIGHT |
MUTED
Note that the .text-muted class has no link styling.
|
PRIMARY |
SECONDARY |
SUCCESS |
WARNING |
WHITE
Note that the .text-white class has no link styling.
|
WHITE_50 |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
static EBootstrapTextColorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapTextColorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapTextColorType PRIMARY
public static final EBootstrapTextColorType SECONDARY
public static final EBootstrapTextColorType SUCCESS
public static final EBootstrapTextColorType DANGER
public static final EBootstrapTextColorType WARNING
public static final EBootstrapTextColorType INFO
public static final EBootstrapTextColorType LIGHT
public static final EBootstrapTextColorType DARK
public static final EBootstrapTextColorType BODY
public static final EBootstrapTextColorType MUTED
public static final EBootstrapTextColorType WHITE
public static final EBootstrapTextColorType BLACK_50
public static final EBootstrapTextColorType WHITE_50
public static EBootstrapTextColorType[] values()
for (EBootstrapTextColorType c : EBootstrapTextColorType.values()) System.out.println(c);
public static EBootstrapTextColorType 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.