public static enum SortableBehavior.CursorAtEnum extends Enum<SortableBehavior.CursorAtEnum>
| Enum Constant and Description |
|---|
BOTTOM |
BOTTOM_LEFT |
BOTTOM_RIGHT |
LEFT |
RIGHT |
TOP |
TOP_LEFT |
TOP_RIGHT |
| Modifier and Type | Method and Description |
|---|---|
static SortableBehavior.CursorAtEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortableBehavior.CursorAtEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortableBehavior.CursorAtEnum TOP
public static final SortableBehavior.CursorAtEnum TOP_LEFT
public static final SortableBehavior.CursorAtEnum TOP_RIGHT
public static final SortableBehavior.CursorAtEnum LEFT
public static final SortableBehavior.CursorAtEnum RIGHT
public static final SortableBehavior.CursorAtEnum BOTTOM
public static final SortableBehavior.CursorAtEnum BOTTOM_LEFT
public static final SortableBehavior.CursorAtEnum BOTTOM_RIGHT
public static SortableBehavior.CursorAtEnum[] values()
for (SortableBehavior.CursorAtEnum c : SortableBehavior.CursorAtEnum.values()) System.out.println(c);
public static SortableBehavior.CursorAtEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2009-2012. All Rights Reserved.