public static enum SearchableSpinner.ViewState extends java.lang.Enum<SearchableSpinner.ViewState>
| Enum Constant and Description |
|---|
ShowingAnimation |
ShowingEditLayout |
ShowingRevealedLayout |
| Modifier and Type | Method and Description |
|---|---|
static SearchableSpinner.ViewState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchableSpinner.ViewState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchableSpinner.ViewState ShowingRevealedLayout
public static final SearchableSpinner.ViewState ShowingEditLayout
public static final SearchableSpinner.ViewState ShowingAnimation
public static SearchableSpinner.ViewState[] values()
for (SearchableSpinner.ViewState c : SearchableSpinner.ViewState.values()) System.out.println(c);
public static SearchableSpinner.ViewState 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 null