Class DatesSetEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<FullCalendar>
io.jmix.fullcalendarflowui.component.event.DatesSetEvent
All Implemented Interfaces:
Serializable

public class DatesSetEvent extends com.vaadin.flow.component.ComponentEvent<FullCalendar>
The event is fired after the calendar’s date range has been initially set or changed in some way and the DOM of component has been updated.

The calendar’s dates can change any time the user does the following:

The dates can also change when the current-date is manipulated via the API, such as when JmixFullCalendar.navigateToDate(LocalDate) is called.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getStartDate

      public LocalDate getStartDate()
      Returns:
      the beginning of the range the calendar needs events for
    • getEndDate

      public LocalDate getEndDate()
      Note, this value is exclusive.
      Returns:
      the end of the range the calendar needs events for
    • getDisplayModeInfo

      public DisplayModeInfo getDisplayModeInfo()
      Returns:
      information about current calendar's display mode