Class ListDayProperties
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
io.jmix.fullcalendarflowui.kit.component.model.AbstractCalendarDisplayModeProperties
io.jmix.fullcalendarflowui.kit.component.model.AbstractListProperties
io.jmix.fullcalendarflowui.kit.component.model.ListDayProperties
- All Implemented Interfaces:
Serializable
Configuration properties of list day display mode
CalendarDisplayModes.LIST_DAY
.
The properties can be retrieved from JmixFullCalendar.getCalendarDisplayModeProperties(CalendarDisplayModes)
.
For instance:
calendar.getCalendarDisplayModeProperties(CalendarDisplayModes.LIST_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.AbstractListProperties
listDayFormat, listDaySideFormat, listDaySideVisible, listDayVisible
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.AbstractListProperties
getListDayFormat, getListDaySideFormat, isListDaySideVisible, isListDayVisible, setListDayFormat, setListDaySideFormat, setListDaySideVisible, setListDayVisible
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
-
ListDayProperties
public ListDayProperties()
-