public enum FlexScrollDirection extends Enum<FlexScrollDirection>
Enum Constant and Description |
---|
SCROLL_HORIZONTAL
水平滚动。
|
SCROLL_VERTICAL
垂直滚动。
|
Modifier and Type | Method and Description |
---|---|
static FlexScrollDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexScrollDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlexScrollDirection SCROLL_HORIZONTAL
public static final FlexScrollDirection SCROLL_VERTICAL
public static FlexScrollDirection[] values()
for (FlexScrollDirection c : FlexScrollDirection.values()) System.out.println(c);
public static FlexScrollDirection 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 Micro Focus. All Rights Reserved.