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

public class DayMaxEvents extends CalendarOption implements Serializable
INTERNAL.
See Also:
  • Field Details

    • defaultEnabled

      protected boolean defaultEnabled
    • max

      protected Integer max
  • Constructor Details

    • DayMaxEvents

      public DayMaxEvents()
  • Method Details

    • isDefaultEnabled

      public boolean isDefaultEnabled()
    • setDefaultEnabled

      public void setDefaultEnabled(boolean defaultEnabled)
    • getMax

      @Nullable public Integer getMax()
    • setMax

      public void setMax(@Nullable Integer max)