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