Class TimeGridWeekProperties
java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
io.jmix.fullcalendarflowui.kit.component.model.AbstractCalendarDisplayModeProperties
io.jmix.fullcalendarflowui.kit.component.model.AbstractTimeGridProperties
io.jmix.fullcalendarflowui.kit.component.model.TimeGridWeekProperties
- All Implemented Interfaces:
- Serializable
Configuration properties of time-grid week display mode 
CalendarDisplayModes.TIME_GRID_WEEK.
 
 The properties can be retrieved from JmixFullCalendar.getCalendarDisplayModeProperties(CalendarDisplayModes).
 For instance:
 
 calendar.getCalendarDisplayModeProperties(CalendarDisplayModes.TIME_GRID_WEEK);
 - See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOptionCalendarOption.OptionChangeEvent
- 
Field SummaryFields inherited from class io.jmix.fullcalendarflowui.kit.component.model.AbstractTimeGridPropertiesallDaySlotVisible, dayHeaderFormat, dayPopoverFormat, displayEventEnd, eventMinHeight, eventShortHeight, eventTimeFormat, slotEventOverlap, slotLabelFormat, weekNumberFormatFields inherited from class io.jmix.fullcalendarflowui.kit.component.model.AbstractCalendarDisplayModePropertiespropertiesFields inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOptiondirty, eventBus, name
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.fullcalendarflowui.kit.component.model.AbstractTimeGridPropertiesgetDayHeaderFormat, getDayPopoverFormat, getEventMinHeight, getEventShortHeight, getEventTimeFormat, getSlotLabelFormat, getWeekNumberFormat, isAllDaySlotVisible, isDisplayEventEnd, isSlotEventOverlap, setAllDaySlotVisible, setDayHeaderFormat, setDayPopoverFormat, setDisplayEventEnd, setEventMinHeight, setEventShortHeight, setEventTimeFormat, setSlotEventOverlap, setSlotLabelFormat, setWeekNumberFormatMethods inherited from class io.jmix.fullcalendarflowui.kit.component.model.AbstractCalendarDisplayModePropertiesaddProperty, getProperties, removePropertyMethods inherited from class io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOptionaddChangeListener, fireChangeEvent, getName, getValueToSerialize, isDirty, markAsDirty, unmarkAsDirty
- 
Constructor Details- 
TimeGridWeekPropertiespublic TimeGridWeekProperties()
 
-