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 Details

  • Constructor Details

    • WeekNavigationLinkClickEvent

      public WeekNavigationLinkClickEvent(FullCalendar source, boolean fromClient, LocalDate date)
  • Method Details

    • getDate

      public LocalDate getDate()
      Returns:
      the date of the first day in the clicked week number