public enum EBootstrapNavType extends Enum<EBootstrapNavType>
BootstrapNav| Modifier and Type | Method and Description |
|---|---|
com.helger.html.css.ICSSClassProvider |
getCSSClass() |
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 PILLS
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 null@Nullable public com.helger.html.css.ICSSClassProvider getCSSClass()
Copyright © 2015–2020 Philip Helger. All rights reserved.