java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
io.jmix.fullcalendarflowui.kit.component.model.option.CurrentSelection
All Implemented Interfaces:
Serializable

public class CurrentSelection extends CalendarOption
INTERNAL.
See Also:
  • Field Details

    • allDay

      protected Boolean allDay
    • startDateTime

      protected String startDateTime
    • endDateTime

      protected String endDateTime
  • Constructor Details

    • CurrentSelection

      public CurrentSelection()
  • Method Details

    • isAllDay

      public @Nullable Boolean isAllDay()
    • setAllDay

      public void setAllDay(@Nullable Boolean allDay)
    • getStartDateTime

      public @Nullable String getStartDateTime()
    • setStartDateTime

      public void setStartDateTime(@Nullable String startDateTime)
    • getEndDateTime

      public @Nullable String getEndDateTime()
    • setEndDateTime

      public void setEndDateTime(@Nullable String endDateTime)
    • clear

      public void clear()