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

      @Nullable public Boolean isAllDay()
    • setAllDay

      public void setAllDay(Boolean allDay)
    • getStartDateTime

      public String getStartDateTime()
    • setStartDateTime

      public void setStartDateTime(String startDateTime)
    • getEndDateTime

      public String getEndDateTime()
    • setEndDateTime

      public void setEndDateTime(String endDateTime)
    • clear

      public void clear()