Class WeekNavigationLinkClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<FullCalendar>
io.jmix.fullcalendarflowui.component.event.WeekNavigationLinkClickEvent
- All Implemented Interfaces:
Serializable
public class WeekNavigationLinkClickEvent
extends com.vaadin.flow.component.ComponentEvent<FullCalendar>
The event is fired when the user clicks on the week number 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
ConstructorDescriptionWeekNavigationLinkClickEvent
(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
-
WeekNavigationLinkClickEvent
-
-
Method Details
-
getDate
- Returns:
- the date of the first day in the clicked week number
-