Class CallbackCalendarDataProvider.ItemsFetchContext

java.lang.Object
io.jmix.fullcalendarflowui.component.data.CallbackCalendarDataProvider.ItemsFetchContext
Enclosing interface:
CallbackCalendarDataProvider

public static class CallbackCalendarDataProvider.ItemsFetchContext extends Object
A fetch context that is used for loading events.
  • Field Details

  • Constructor Details

  • Method Details

    • getDataProvider

      public CallbackCalendarDataProvider getDataProvider()
    • getStartDate

      public LocalDate getStartDate()
      The return date is the left border of the visible range in the component. This date corresponds to the component's time zone JmixFullCalendar.getTimeZone(), as if it were a date-time object with zero time.
      Returns:
      left border of visible range in component
    • getEndDate

      public LocalDate getEndDate()
      The return date is the right border of the visible range in the component. This date corresponds to the component's time zone JmixFullCalendar.getTimeZone(), as if it were a date-time object with zero time.
      Returns:
      right border of visible range in calendar
    • getComponentTimeZone

      public TimeZone getComponentTimeZone()
      Returns:
      component's time zone