public static enum DatePickerSettings.DateArea extends Enum<DatePickerSettings.DateArea>
Modifier and Type | Field and Description |
---|---|
Color |
defaultColor |
Modifier and Type | Method and Description |
---|---|
static DatePickerSettings.DateArea |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatePickerSettings.DateArea[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatePickerSettings.DateArea BackgroundClearButton
public static final DatePickerSettings.DateArea BackgroundMonthAndYearMenuButtons
public static final DatePickerSettings.DateArea BackgroundMonthAndYearNavigationButtons
public static final DatePickerSettings.DateArea BackgroundOverallCalendarPanel
public static final DatePickerSettings.DateArea BackgroundTodayButton
public static final DatePickerSettings.DateArea BackgroundTopLeftLabelAboveWeekNumbers
public static final DatePickerSettings.DateArea CalendarDefaultBackgroundHighlightedDates
public static final DatePickerSettings.DateArea CalendarBackgroundVetoedDates
public static final DatePickerSettings.DateArea TextFieldBackgroundDisallowedEmptyDate
public static final DatePickerSettings.DateArea TextFieldBackgroundInvalidDate
public static final DatePickerSettings.DateArea TextFieldBackgroundValidDate
public static final DatePickerSettings.DateArea TextFieldBackgroundVetoedDate
public static final DatePickerSettings.DateArea DatePickerTextInvalidDate
public static final DatePickerSettings.DateArea DatePickerTextValidDate
public static final DatePickerSettings.DateArea DatePickerTextVetoedDate
public Color defaultColor
public static DatePickerSettings.DateArea[] values()
for (DatePickerSettings.DateArea c : DatePickerSettings.DateArea.values()) System.out.println(c);
public static DatePickerSettings.DateArea 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 © 2017. All rights reserved.