Package io.jmix.ui.component
Class Calendar.CalendarDayClickEvent<V>
java.lang.Object
java.util.EventObject
io.jmix.ui.component.Calendar.CalendarDayClickEvent<V>
- Type Parameters:
V
- type of value
- All Implemented Interfaces:
Serializable
An event object that is fired when the user clicks on an empty space in the day.
-
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
-
CalendarDayClickEvent
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getDate
If calendar value type supports time (e.g.Date
) date will contain time value for day and week calendar view. Calendar with month view does not provide time value.- Returns:
- date which user clicked on
-