Class JmixFullCalendarOptions
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.JmixFullCalendarOptions
- Direct Known Subclasses:
FullCalendarOptions
INTERNAL.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected Map<String,
CalendarOption> Options that applied only at creation time.protected Map<String,
CalendarOption> Options that can be updated during runtime. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
fireChangeEvent
(CalendarOption option) protected <T extends CalendarOption>
Tprotected <T extends CalendarOption>
TgetInitial
(String name) boolean
isInitial
(CalendarOption option) protected void
void
void
-
Field Details
-
initialOptionsMap
Options that applied only at creation time. -
optionsMap
Options that can be updated during runtime. -
optionChangeListener
-
-
Constructor Details
-
JmixFullCalendarOptions
public JmixFullCalendarOptions()
-
-
Method Details
-
getUpdatableOptions
-
getInitialOptions
-
getDirtyOptions
-
unmarkAllAsDirty
public 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
-
setOptionChangeListener
public void setOptionChangeListener(@Nullable Consumer<JmixFullCalendarOptions.OptionChangeEvent> listener) -
getInitial
-
get
-
addAdditionalOptions
protected void addAdditionalOptions() -
onOptionChange
-
fireChangeEvent
-