public enum FlexDateScrollDetail extends Enum<FlexDateScrollDetail>
Enum Constant and Description |
---|
NEXT_MONTH
Scrolls to the next month.
|
NEXT_YEAR
Scrolls to the next year.
|
PREVIOUS_MONTH
Scrolls to the previous month.
|
PREVIOUS_YEAR
Scrolls to the previous year.
|
Modifier and Type | Method and Description |
---|---|
static FlexDateScrollDetail |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexDateScrollDetail[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlexDateScrollDetail NEXT_MONTH
public static final FlexDateScrollDetail NEXT_YEAR
public static final FlexDateScrollDetail PREVIOUS_MONTH
public static final FlexDateScrollDetail PREVIOUS_YEAR
public static FlexDateScrollDetail[] values()
for (FlexDateScrollDetail c : FlexDateScrollDetail.values()) System.out.println(c);
public static FlexDateScrollDetail 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.