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