public enum EBootstrapNavbarExpandType extends Enum<EBootstrapNavbarExpandType> implements com.helger.html.css.ICSSClassProvider
| Enum Constant and Description |
|---|
EXPAND_LG |
EXPAND_MD |
EXPAND_SM |
EXPAND_XL |
EXPAND_XS |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
EBootstrapGridType |
getGridType() |
static EBootstrapNavbarExpandType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapNavbarExpandType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapNavbarExpandType EXPAND_XS
public static final EBootstrapNavbarExpandType EXPAND_SM
public static final EBootstrapNavbarExpandType EXPAND_MD
public static final EBootstrapNavbarExpandType EXPAND_LG
public static final EBootstrapNavbarExpandType EXPAND_XL
public static EBootstrapNavbarExpandType[] values()
for (EBootstrapNavbarExpandType c : EBootstrapNavbarExpandType.values()) System.out.println(c);
public static EBootstrapNavbarExpandType 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@Nonnull public String getCSSClass()
getCSSClass in interface com.helger.html.css.ICSSClassProvider@Nonnull public EBootstrapGridType getGridType()
null.Copyright © 2015–2020 Philip Helger. All rights reserved.