Enum DatePickerSettings.DateArea

java.lang.Object
java.lang.Enum<DatePickerSettings.DateArea>
com.github.lgooddatepicker.components.DatePickerSettings.DateArea
All Implemented Interfaces:
Serializable, Comparable<DatePickerSettings.DateArea>, java.lang.constant.Constable
Enclosing class:
DatePickerSettings

public static enum DatePickerSettings.DateArea extends Enum<DatePickerSettings.DateArea>
DateArea, These enumerations represent areas of the components whose color can be changed. These values are used with the setColor() function, to set the color of various areas of the DatePicker or the CalendarPanel. The default color for each area is also defined here. Note: The text color of disabled (vetoed) dates in the calendar will always be grey (cannot be modified). This seems to be enforced by the swing setEnabled() function.