public enum EBootstrapModalSize extends Enum<EBootstrapModalSize> implements com.helger.html.css.ICSSClassProvider
| Modifier and Type | Field and Description |
|---|---|
static EBootstrapModalSize |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
static EBootstrapModalSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapModalSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapModalSize SMALL
public static final EBootstrapModalSize NORMAL
public static final EBootstrapModalSize LARGE
public static final EBootstrapModalSize DEFAULT
public static EBootstrapModalSize[] values()
for (EBootstrapModalSize c : EBootstrapModalSize.values()) System.out.println(c);
public static EBootstrapModalSize 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.