Class SlotLabelClassNamesContext
java.lang.Object
io.jmix.fullcalendarflowui.component.event.AbstractFullCalendarContext
io.jmix.fullcalendarflowui.component.event.SlotLabelClassNamesContext
The context for generating class names for labels in time slots in timed display modes:
CalendarDisplayModes.TIME_GRID_DAY
and CalendarDisplayModes.TIME_GRID_WEEK
.-
Field Summary
Fields inherited from class io.jmix.fullcalendarflowui.component.event.AbstractFullCalendarContext
fullCalendar
-
Constructor Summary
ConstructorDescriptionSlotLabelClassNamesContext
(FullCalendar fullCalendar, LocalTime time, DisplayModeInfo displayModeInfo) -
Method Summary
Modifier and TypeMethodDescriptiongetTime()
Returns time as is from component without transformation.Methods inherited from class io.jmix.fullcalendarflowui.component.event.AbstractFullCalendarContext
getFullCalendar
-
Field Details
-
time
-
displayModeInfo
-
-
Constructor Details
-
SlotLabelClassNamesContext
public SlotLabelClassNamesContext(FullCalendar fullCalendar, LocalTime time, DisplayModeInfo displayModeInfo)
-
-
Method Details
-
getTime
Returns time as is from component without transformation. It means that value corresponds component's TimeZone.- Returns:
- slot time
-
getDisplayModeInfo
- Returns:
- information about current calendar's display mode
-