public enum FlexScrollDetail extends Enum<FlexScrollDetail>
Enum Constant and Description |
---|
AT_BOTTOM
Scrolls to the bottom.
|
AT_LEFT
Scrolls to the leftmost end.
|
AT_RIGHT
Scrolls to rightmost end.
|
AT_TOP
Scrolls to the top.
|
LINE_DOWN
Scrolls one line down.
|
LINE_LEFT
Scrolls one line to the left.
|
LINE_RIGHT
Scrolls one line to the right.
|
LINE_UP
Scrolls one line up.
|
PAGE_DOWN
Scrolls one page down.
|
PAGE_LEFT
Scrolls one page to the left.
|
PAGE_RIGHT
Scrolls one page to the right.
|
PAGE_UP
Scrolls one page up.
|
THUMB_POSITION
Makes that the scroll bar thumb stop moving.
|
THUMB_TRACK
Indicates that the scroll bar thumb moves.
|
Modifier and Type | Method and Description |
---|---|
static FlexScrollDetail |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexScrollDetail[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlexScrollDetail AT_BOTTOM
public static final FlexScrollDetail AT_LEFT
public static final FlexScrollDetail AT_RIGHT
public static final FlexScrollDetail AT_TOP
public static final FlexScrollDetail LINE_DOWN
public static final FlexScrollDetail LINE_LEFT
public static final FlexScrollDetail LINE_RIGHT
public static final FlexScrollDetail LINE_UP
public static final FlexScrollDetail PAGE_DOWN
public static final FlexScrollDetail PAGE_LEFT
public static final FlexScrollDetail PAGE_RIGHT
public static final FlexScrollDetail PAGE_UP
public static final FlexScrollDetail THUMB_POSITION
public static final FlexScrollDetail THUMB_TRACK
public static FlexScrollDetail[] values()
for (FlexScrollDetail c : FlexScrollDetail.values()) System.out.println(c);
public static FlexScrollDetail 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.