Class AbstractEventMoveEvent.OldValues

java.lang.Object
io.jmix.fullcalendarflowui.component.event.AbstractEventMoveEvent.OldValues
Enclosing class:
AbstractEventMoveEvent

public static class AbstractEventMoveEvent.OldValues extends Object
Class contains information about previous values of CalendarEvent.
  • Field Details

    • startDateTime

      protected final LocalDateTime startDateTime
    • endDateTime

      protected final LocalDateTime endDateTime
    • allDay

      protected final boolean allDay
  • Constructor Details

  • Method Details

    • getStartDateTime

      public LocalDateTime getStartDateTime()
      Returns:
      previous value of start date-time that correspond to system time zone: TimeZone.getDefault()
    • getEndDateTime

      @Nullable public LocalDateTime getEndDateTime()
      Returns:
      previous value of end date-time that correspond to system time zone: TimeZone.getDefault() or null if end date-time is not set
    • isAllDay

      public boolean isAllDay()
      Returns:
      previous value of all-day