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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.shared.Registration
protected void
fireChangeEvent
(CalendarOption source) protected String
getName()
protected Object
protected boolean
isDirty()
protected void
protected 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)
-