Class DayNavigationLinkClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<FullCalendar>
io.jmix.fullcalendarflowui.component.event.DayNavigationLinkClickEvent
- All Implemented Interfaces:
Serializable
public class DayNavigationLinkClickEvent
extends com.vaadin.flow.component.ComponentEvent<FullCalendar>
The event is fired when the user clicks on day heading navigation link. The navigation link can be activated
by the
JmixFullCalendar.setNavigationLinksEnabled(boolean)
property.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionDayNavigationLinkClickEvent
(FullCalendar source, boolean fromClient, LocalDate date) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
date
-
-
Constructor Details
-
DayNavigationLinkClickEvent
-
-
Method Details
-
getDate
- Returns:
- the date of the clicked day
-