public enum EBootstrapBackgroundGradientType extends Enum<EBootstrapBackgroundGradientType> implements com.helger.html.css.ICSSClassProvider
Requires Bootstrap Customization to work!
Background gradient. See https://getbootstrap.com/docs/4.1/utilities/colors/| Enum Constant and Description |
|---|
DANGER |
DARK |
INFO |
LIGHT |
PRIMARY |
SECONDARY |
SUCCESS |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
static EBootstrapBackgroundGradientType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapBackgroundGradientType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapBackgroundGradientType PRIMARY
public static final EBootstrapBackgroundGradientType SECONDARY
public static final EBootstrapBackgroundGradientType SUCCESS
public static final EBootstrapBackgroundGradientType DANGER
public static final EBootstrapBackgroundGradientType WARNING
public static final EBootstrapBackgroundGradientType INFO
public static final EBootstrapBackgroundGradientType LIGHT
public static final EBootstrapBackgroundGradientType DARK
public static EBootstrapBackgroundGradientType[] values()
for (EBootstrapBackgroundGradientType c : EBootstrapBackgroundGradientType.values()) System.out.println(c);
public static EBootstrapBackgroundGradientType 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.