public enum EBootstrapNavbarType extends Enum<EBootstrapNavbarType> implements com.helger.html.css.ICSSClassProvider
| Enum Constant and Description |
|---|
DEFAULT |
FIXED_BOTTOM |
FIXED_TOP |
STATIC_TOP |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClass() |
boolean |
isBottom() |
boolean |
isTop() |
static EBootstrapNavbarType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBootstrapNavbarType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBootstrapNavbarType DEFAULT
public static final EBootstrapNavbarType STATIC_TOP
public static final EBootstrapNavbarType FIXED_TOP
public static final EBootstrapNavbarType FIXED_BOTTOM
public static EBootstrapNavbarType[] values()
for (EBootstrapNavbarType c : EBootstrapNavbarType.values()) System.out.println(c);
public static EBootstrapNavbarType 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 String getCSSClass()
getCSSClass in interface com.helger.html.css.ICSSClassProviderpublic boolean isTop()
public boolean isBottom()
Copyright © 2014–2015 Philip Helger. All rights reserved.