Class JmixFullCalendarOptions
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.JmixFullCalendarOptions
- Direct Known Subclasses:
- FullCalendarOptions
INTERNAL.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Map<String,CalendarOption> Options that applied only at creation time.protected Map<String,CalendarOption> Options that can be updated during runtime.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidprotected voidfireChangeEvent(CalendarOption option) protected <T extends CalendarOption>
 Tprotected <T extends CalendarOption>
 TgetInitial(String name) booleanisInitial(CalendarOption option) protected voidvoidvoid
- 
Field Details- 
initialOptionsMapOptions that applied only at creation time.
- 
optionsMapOptions that can be updated during runtime.
- 
optionChangeListener
 
- 
- 
Constructor Details- 
JmixFullCalendarOptionspublic JmixFullCalendarOptions()
 
- 
- 
Method Details- 
getUpdatableOptions
- 
getInitialOptions
- 
getDirtyOptions
- 
unmarkAllAsDirtypublic void unmarkAllAsDirty()
- 
getWeekNumbers
- 
getValidRange
- 
getTimeZone
- 
getInitialDisplayMode
- 
getDayMaxEventRows
- 
getEventMaxStack
- 
getDayMaxEvents
- 
getMoreLinkClick
- 
getMoreLinkClassNames
- 
getEventStartEditable
- 
getEventDurationEditable
- 
getEventResizableFromStart
- 
getEventDragMinDistance
- 
getEventOverlap
- 
getDragRevertDuration
- 
getDragScroll
- 
getSnapDuration
- 
getAllDayMaintainDuration
- 
getSelectable
- 
getSelectMirror
- 
getUnselectAuto
- 
getUnselectCancel
- 
getSelectOverlap
- 
getSelectAllow
- 
getSelectMinDistance
- 
getDisplayModes
- 
getVisibleRange
- 
getDayPopoverFormat
- 
getDayHeaderFormat
- 
getWeekNumberFormat
- 
getSlotLabelFormat
- 
getEventTimeFormat
- 
getWeekends
- 
getDayHeaders
- 
getDayHeaderClassNames
- 
getDayCellClassNames
- 
getDayCellBottomText
- 
getSlotDuration
- 
getSlotLabelInterval
- 
getSlotMinTime
- 
getSlotMaxTime
- 
getScrollTime
- 
getScrollTimeReset
- 
getSlotLabelClassNames
- 
getDefaultAllDay
- 
getDefaultAllDayEventDuration
- 
getDefaultTimedEventDuration
- 
getForceEventDuration
- 
getInitialDate
- 
getDateIncrement
- 
getDateAlignment
- 
getExpandRows
- 
getWindowResizeDelay
- 
getEventInteractive
- 
getEventLongPressDelay
- 
getSelectLongPressDelay
- 
getNowIndicator
- 
getNowIndicatorClassNames
- 
getEventBackgroundColor
- 
getEventBorderColor
- 
getEventTextColor
- 
getDisplayEventTime
- 
getNextDayThreshold
- 
getEventOrderStrict
- 
getProgressiveEventRendering
- 
getEventOrder
- 
isInitial
- 
setOptionChangeListenerpublic void setOptionChangeListener(@Nullable Consumer<JmixFullCalendarOptions.OptionChangeEvent> listener) 
- 
getInitial
- 
get
- 
addAdditionalOptionsprotected void addAdditionalOptions()
- 
onOptionChange
- 
fireChangeEvent
 
-