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