public enum EBootstrapNavType extends Enum<EBootstrapNavType>
| Enum Constant and Description |
|---|
DEFAULT |
PILLS |
PILLS_JUSTIFIED |
PILLS_STACKED |
TABS |
TABS_JUSTIFIED |
| Modifier and Type | Method and Description |
|---|---|
List<com.helger.html.css.ICSSClassProvider> |
getAllCSSClasses() |
static EBootstrapNavType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapNavType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapNavType DEFAULT
public static final EBootstrapNavType TABS
public static final EBootstrapNavType TABS_JUSTIFIED
public static final EBootstrapNavType PILLS
public static final EBootstrapNavType PILLS_STACKED
public static final EBootstrapNavType PILLS_JUSTIFIED
public static EBootstrapNavType[] values()
for (EBootstrapNavType c : EBootstrapNavType.values()) System.out.println(c);
public static EBootstrapNavType 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.