java.io.Serializable
, java.lang.Comparable<DateSelectionEvent.EventType>
public static enum DateSelectionEvent.EventType extends java.lang.Enum<DateSelectionEvent.EventType>
Modifier and Type | Method | Description |
---|---|---|
static DateSelectionEvent.EventType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DateSelectionEvent.EventType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateSelectionEvent.EventType DATES_ADDED
public static final DateSelectionEvent.EventType DATES_REMOVED
public static final DateSelectionEvent.EventType DATES_SET
public static final DateSelectionEvent.EventType SELECTION_CLEARED
public static final DateSelectionEvent.EventType SELECTABLE_DATES_CHANGED
public static final DateSelectionEvent.EventType SELECTABLE_RANGE_CHANGED
public static final DateSelectionEvent.EventType UNSELECTED_DATES_CHANGED
public static final DateSelectionEvent.EventType LOWER_BOUND_CHANGED
public static final DateSelectionEvent.EventType UPPER_BOUND_CHANGED
public static final DateSelectionEvent.EventType ADJUSTING_STARTED
public static final DateSelectionEvent.EventType ADJUSTING_STOPPED
public static final DateSelectionEvent.EventType CALENDAR_CHANGED
public static DateSelectionEvent.EventType[] values()
for (DateSelectionEvent.EventType c : DateSelectionEvent.EventType.values()) System.out.println(c);
public static DateSelectionEvent.EventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null