Class CalendarOption
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractCalendarDisplayModeProperties,AbstractRange,BusinessHours,DayCellBottomText,DayMaxEventRows,DayMaxEvents,DisplayModes,EventConstraint,EventOrder,EventOverlap,MoreLinkClassNames,MoreLinkClick,SelectConstraint,SelectOverlap,SimpleOption
INTERNAL.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.shared.Registrationprotected voidfireChangeEvent(CalendarOption source) protected StringgetName()protected Objectprotected booleanisDirty()protected voidprotected void
-
Field Details
-
eventBus
-
name
-
dirty
protected boolean dirty
-
-
Constructor Details
-
CalendarOption
-
-
Method Details
-
getValueToSerialize
-
getName
-
isDirty
protected boolean isDirty() -
unmarkAsDirty
protected void unmarkAsDirty() -
markAsDirty
protected void markAsDirty() -
fireChangeEvent
-
addChangeListener
protected com.vaadin.flow.shared.Registration addChangeListener(Consumer<CalendarOption.OptionChangeEvent> listener)
-