java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
io.jmix.fullcalendarflowui.kit.component.model.option.SimpleOption<V>
All Implemented Interfaces:
Serializable

public class SimpleOption<V> extends CalendarOption
INTERNAL.
See Also:
  • Field Details

    • isValueSet

      protected boolean isValueSet
    • value

      protected V value
    • defaultValue

      protected V defaultValue
  • Constructor Details

    • SimpleOption

      public SimpleOption(String name)
    • SimpleOption

      public SimpleOption(String name, @Nullable V defaultValue)
  • Method Details

    • getValue

      @Nullable public V getValue()
    • getNotNullValue

      public V getNotNullValue()
    • setValue

      public void setValue(@Nullable V value)
    • getDefaultValue

      @Nullable public V getDefaultValue()
    • getValueToSerialize

      @Nullable protected V getValueToSerialize()
      Overrides:
      getValueToSerialize in class CalendarOption