Class ListMonthProperties

All Implemented Interfaces:
Serializable

public class ListMonthProperties extends AbstractListProperties
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:
  • Constructor Details

    • ListMonthProperties

      public ListMonthProperties()