Class EventClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<FullCalendar>
io.jmix.fullcalendarflowui.component.event.AbstractClickEvent
io.jmix.fullcalendarflowui.component.event.EventClickEvent
- All Implemented Interfaces:
Serializable
The event is fired when the calendar event is clicked.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final CalendarEvent
protected final CalendarDataProvider
protected final DisplayModeInfo
Fields inherited from class io.jmix.fullcalendarflowui.component.event.AbstractClickEvent
mouseEventDetails
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionEventClickEvent
(FullCalendar fullCalendar, boolean fromClient, MouseEventDetails mouseEventDetails, CalendarEvent calendarEvent, CalendarDataProvider dataProvider, DisplayModeInfo displayModeInfo) -
Method Summary
Methods inherited from class io.jmix.fullcalendarflowui.component.event.AbstractClickEvent
getMouseEventDetails
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
calendarEvent
-
dataProvider
-
displayModeInfo
-
-
Constructor Details
-
EventClickEvent
public EventClickEvent(FullCalendar fullCalendar, boolean fromClient, MouseEventDetails mouseEventDetails, CalendarEvent calendarEvent, CalendarDataProvider dataProvider, DisplayModeInfo displayModeInfo)
-
-
Method Details
-
getCalendarEvent
- Returns:
- clicked calendar event
-
getDataProvider
- Returns:
- data provider that contains clicked calendar event
-
getDisplayModeInfo
- Returns:
- information about current calendar's display mode
-