Class DayGridDayProperties
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
io.jmix.fullcalendarflowui.kit.component.model.AbstractCalendarDisplayModeProperties
io.jmix.fullcalendarflowui.kit.component.model.AbstractDayGridProperties
io.jmix.fullcalendarflowui.kit.component.model.DayGridDayProperties
- All Implemented Interfaces:
Serializable
Configuration properties of day-grid day display mode
CalendarDisplayModes.DAY_GRID_DAY
.
The display mode properties can be retrieved from
JmixFullCalendar.getCalendarDisplayModeProperties(CalendarDisplayModes)
.
For instance:
calendar.getCalendarDisplayModeProperties(CalendarDisplayModes.DAY_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.AbstractDayGridProperties
dayHeaderFormat, dayPopoverFormat, displayEventEnd, eventTimeFormat, 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.AbstractDayGridProperties
getDayHeaderFormat, getDayPopoverFormat, getEventTimeFormat, getWeekNumberFormat, isDisplayEventEnd, setDayHeaderFormat, setDayPopoverFormat, setDisplayEventEnd, setEventTimeFormat, 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
-
DayGridDayProperties
public DayGridDayProperties()
-