Class ListYearProperties
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.ListYearProperties
- All Implemented Interfaces:
Serializable
Configuration properties of list year display mode
CalendarDisplayModes.LIST_YEAR.
The properties can be retrieved from JmixFullCalendar.getCalendarDisplayModeProperties(CalendarDisplayModes).
For instance:
calendar.getCalendarDisplayModeProperties(CalendarDisplayModes.LIST_YEAR);
- 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, listDayVisibleFields inherited from class io.jmix.fullcalendarflowui.kit.component.model.AbstractCalendarDisplayModeProperties
propertiesFields inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
dirty, eventBus, name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.fullcalendarflowui.kit.component.model.AbstractListProperties
getListDayFormat, getListDaySideFormat, isListDaySideVisible, isListDayVisible, setListDayFormat, setListDaySideFormat, setListDaySideVisible, setListDayVisibleMethods inherited from class io.jmix.fullcalendarflowui.kit.component.model.AbstractCalendarDisplayModeProperties
addProperty, getProperties, removePropertyMethods inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
addChangeListener, fireChangeEvent, getName, getValueToSerialize, isDirty, markAsDirty, unmarkAsDirty
-
Constructor Details
-
ListYearProperties
public ListYearProperties()
-