Class TimeGridDayProperties
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
io.jmix.fullcalendarflowui.kit.component.model.AbstractCalendarDisplayModeProperties
io.jmix.fullcalendarflowui.kit.component.model.AbstractTimeGridProperties
io.jmix.fullcalendarflowui.kit.component.model.TimeGridDayProperties
- All Implemented Interfaces:
Serializable
Configuration properties of time-grid day display mode
CalendarDisplayModes.TIME_GRID_DAY
.
The properties can be retrieved from JmixFullCalendar.getCalendarDisplayModeProperties(CalendarDisplayModes)
.
For instance:
calendar.getCalendarDisplayModeProperties(CalendarDisplayModes.TIME_GRID_DAY);
- 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.AbstractTimeGridProperties
allDaySlotVisible, dayHeaderFormat, dayPopoverFormat, displayEventEnd, eventMinHeight, eventShortHeight, eventTimeFormat, slotEventOverlap, slotLabelFormat, weekNumberFormat
Fields inherited from class io.jmix.fullcalendarflowui.kit.component.model.AbstractCalendarDisplayModeProperties
properties
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.AbstractTimeGridProperties
getDayHeaderFormat, getDayPopoverFormat, getEventMinHeight, getEventShortHeight, getEventTimeFormat, getSlotLabelFormat, getWeekNumberFormat, isAllDaySlotVisible, isDisplayEventEnd, isSlotEventOverlap, setAllDaySlotVisible, setDayHeaderFormat, setDayPopoverFormat, setDisplayEventEnd, setEventMinHeight, setEventShortHeight, setEventTimeFormat, setSlotEventOverlap, setSlotLabelFormat, setWeekNumberFormat
Methods inherited from class io.jmix.fullcalendarflowui.kit.component.model.AbstractCalendarDisplayModeProperties
addProperty, getProperties, removeProperty
Methods inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
addChangeListener, fireChangeEvent, getName, getValueToSerialize, isDirty, markAsDirty, unmarkAsDirty
-
Constructor Details
-
TimeGridDayProperties
public TimeGridDayProperties()
-