Package io.jmix.ui.component
Class Calendar.CalendarDateClickEvent<V>
java.lang.Object
java.util.EventObject
io.jmix.ui.component.Calendar.CalendarDateClickEvent<V>
- Type Parameters:
V
- type of value
- All Implemented Interfaces:
Serializable
An event object that is fired when the user clicks on a day number of the month.
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
date
-
-
Constructor Details
-
CalendarDateClickEvent
-
-
Method Details
-
getDate
- Returns:
- clicked date
-
getSource
- Overrides:
getSource
in classEventObject
-