Class AbstractEventMoveEvent.OldValues
java.lang.Object
io.jmix.fullcalendarflowui.component.event.AbstractEventMoveEvent.OldValues
- Enclosing class:
- AbstractEventMoveEvent
Class contains information about previous values of
CalendarEvent
.-
Field Summary
Modifier and TypeFieldDescriptionprotected final boolean
protected final LocalDateTime
protected final LocalDateTime
-
Constructor Summary
ConstructorDescriptionOldValues
(LocalDateTime startDateTime, LocalDateTime endDateTime, boolean allDay) -
Method Summary
-
Field Details
-
startDateTime
-
endDateTime
-
allDay
protected final boolean allDay
-
-
Constructor Details
-
OldValues
-
-
Method Details
-
getStartDateTime
- Returns:
- previous value of start date-time that correspond to system time zone:
TimeZone.getDefault()
-
getEndDateTime
- Returns:
- previous value of end date-time that correspond to system time zone:
TimeZone.getDefault()
ornull
if end date-time is not set
-
isAllDay
public boolean isAllDay()- Returns:
- previous value of all-day
-