Class SimpleOption<V>
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
io.jmix.fullcalendarflowui.kit.component.model.option.SimpleOption<V>
- All Implemented Interfaces:
Serializable
INTERNAL.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
CalendarOption.OptionChangeEvent
-
Field Summary
Fields inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
dirty, eventBus, name
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
addChangeListener, fireChangeEvent, getName, isDirty, markAsDirty, unmarkAsDirty
-
Field Details
-
isValueSet
protected boolean isValueSet -
value
-
defaultValue
-
-
Constructor Details
-
SimpleOption
-
SimpleOption
-
-
Method Details
-
getValue
-
getNotNullValue
-
setValue
-
getDefaultValue
-
getValueToSerialize
- Overrides:
getValueToSerialize
in classCalendarOption
-