public static enum DatePickerYearRange.DatePickerYearRangeControl extends Enum<DatePickerYearRange.DatePickerYearRangeControl>
Control for the DatePickerYearRange
| Enum Constant and Description |
|---|
ABSOLUTE |
RELATIVE_SELECTED_YEAR |
RELATIVE_TODAY |
| Modifier and Type | Method and Description |
|---|---|
static DatePickerYearRange.DatePickerYearRangeControl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatePickerYearRange.DatePickerYearRangeControl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatePickerYearRange.DatePickerYearRangeControl ABSOLUTE
public static final DatePickerYearRange.DatePickerYearRangeControl RELATIVE_SELECTED_YEAR
public static final DatePickerYearRange.DatePickerYearRangeControl RELATIVE_TODAY
public static DatePickerYearRange.DatePickerYearRangeControl[] values()
for (DatePickerYearRange.DatePickerYearRangeControl c : DatePickerYearRange.DatePickerYearRangeControl.values()) System.out.println(c);
public static DatePickerYearRange.DatePickerYearRangeControl 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.