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 Details

  • Constructor Details

    • DayNavigationLinkClickEvent

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

    • getDate

      public LocalDate getDate()
      Returns:
      the date of the clicked day