Class FullCalendarCellContext
java.lang.Object
io.jmix.fullcalendarflowui.component.contextmenu.event.FullCalendarCellContext
The context of cell from which context menu is opened.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final CalendarEventprotected final CalendarDataProviderprotected final DayCellprotected final MouseEventDetails
- 
Constructor SummaryConstructorsConstructorDescriptionFullCalendarCellContext(DayCell dayCell, CalendarEvent calendarEvent, CalendarDataProvider dataProvider, MouseEventDetails mouseDetails) 
- 
Method SummaryModifier and TypeMethodDescription
- 
Field Details- 
dayCell
- 
calendarEvent
- 
dataProvider
- 
mouseDetails
 
- 
- 
Constructor Details
- 
Method Details- 
getDayCell- Returns:
- day cell information or nullif component's display mode is time-grid:CalendarDisplayModes.TIME_GRID_DAYorCalendarDisplayModes.TIME_GRID_WEEK.
 
- 
getCalendarEvent- Returns:
- calendar event if context menu is invoked from an event
 
- 
getDataProvider- Returns:
- calendar event's data provider if context menu is invoked from an event
 
- 
getMouseDetails- Returns:
- information about click
 
 
-