V - type of valuepublic static class Calendar.CalendarDateClickEvent<V>
extends java.util.EventObject
| Constructor and Description |
|---|
CalendarDateClickEvent(Calendar<V> calendar,
V date) |
| Modifier and Type | Method and Description |
|---|---|
Calendar<V> |
getCalendar()
Deprecated.
Use
getSource() instead |
V |
getDate() |
Calendar<V> |
getSource() |
protected V date