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

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

    • DEFAULT_ORDER

      protected List<String> DEFAULT_ORDER
    • explicitlySetList

      protected boolean explicitlySetList
    • eventOrder

      protected List<String> eventOrder
    • jsFunction

      protected JsFunction jsFunction
  • Constructor Details

    • EventOrder

      public EventOrder()
  • Method Details

    • getEventOrder

      public List<String> getEventOrder()
    • getSerializedEventOrder

      public List<String> getSerializedEventOrder()
    • setEventOrder

      public void setEventOrder(@Nullable List<String> eventOrder)
    • getJsFunction

      @Nullable public JsFunction getJsFunction()
    • setJsFunction

      public void setJsFunction(@Nullable JsFunction jsFunction)