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: A default color of "null" means that the default color for that element is supplied by the swing component. The default color for "BackgroundMonthAndYearNavigationButtons" is null, so those buttons will use the default background color supplied by the JButton class.