|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<NavbarPosition>
com.github.gwtbootstrap.client.ui.constants.NavbarPosition
public enum NavbarPosition
Position of a fixed Navbar
.
ResponsiveNavbar
Enum Constant Summary | |
---|---|
BOTTOM
The Navbar is fixed at the bottom. |
|
DEFAULT
The Navbar is not fixed and appears at the place where it was defined. |
|
TOP
The Navbar is fixed at the top. |
Method Summary | |
---|---|
String |
get()
Gets the CSS class name (or a part thereof) associated with this constant. |
static NavbarPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NavbarPosition[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final NavbarPosition DEFAULT
public static final NavbarPosition TOP
public static final NavbarPosition BOTTOM
Method Detail |
---|
public static NavbarPosition[] values()
for (NavbarPosition c : NavbarPosition.values()) System.out.println(c);
public static NavbarPosition valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String get()
get
in interface Style
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |