Class ListMonthProperties
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.ListMonthProperties
- All Implemented Interfaces:
Serializable
Configuration properties of list month display mode
CalendarDisplayModes.LIST_MONTH
.
The properties can be retrieved from JmixFullCalendar.getCalendarDisplayModeProperties(CalendarDisplayModes)
.
For instance:
calendar.getCalendarDisplayModeProperties(CalendarDisplayModes.LIST_MONTH);
- 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
-
ListMonthProperties
public ListMonthProperties()
-