public static enum NavBarUpdateQueue.ID extends java.lang.Enum<NavBarUpdateQueue.ID>
Enum Constant and Description |
---|
MODEL |
NAVIGATE_INSIDE |
REQUEST_FOCUS |
REVALIDATE |
SCROLL_TO_VISIBLE |
SELECT |
SHOW_HINT |
TYPE_AHEAD_FINISHED |
UI |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
static NavBarUpdateQueue.ID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NavBarUpdateQueue.ID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavBarUpdateQueue.ID MODEL
public static final NavBarUpdateQueue.ID UI
public static final NavBarUpdateQueue.ID REVALIDATE
public static final NavBarUpdateQueue.ID SELECT
public static final NavBarUpdateQueue.ID SCROLL_TO_VISIBLE
public static final NavBarUpdateQueue.ID SHOW_HINT
public static final NavBarUpdateQueue.ID REQUEST_FOCUS
public static final NavBarUpdateQueue.ID NAVIGATE_INSIDE
public static final NavBarUpdateQueue.ID TYPE_AHEAD_FINISHED
public static NavBarUpdateQueue.ID[] values()
for (NavBarUpdateQueue.ID c : NavBarUpdateQueue.ID.values()) System.out.println(c);
public static NavBarUpdateQueue.ID valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getPriority()