public static enum Navbar.Position extends Enum<Navbar.Position> implements ICssClassNameProvider
| Enum Constant and Description |
|---|
BOTTOM
fixate at the bottom of the screen
|
DEFAULT
do not fixate the position
|
STATIC_TOP
Create a full-width navbar that scrolls away with the page
|
TOP
fixate at the top of the screen
|
| Modifier and Type | Method and Description |
|---|---|
String |
cssClassName() |
static Navbar.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Navbar.Position[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Navbar.Position TOP
public static final Navbar.Position STATIC_TOP
public static final Navbar.Position BOTTOM
public static final Navbar.Position DEFAULT
public static Navbar.Position[] values()
for (Navbar.Position c : Navbar.Position.values()) System.out.println(c);
public static Navbar.Position 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 nullpublic String cssClassName()
cssClassName in interface ICssClassNameProviderCopyright © 2013 agilecoders.de. All Rights Reserved.