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
FieldsModifier and TypeFieldDescriptionprotected final CalendarEventprotected final CalendarDataProviderprotected final DisplayModeInfoFields inherited from class io.jmix.fullcalendarflowui.component.event.AbstractClickEvent
mouseEventDetailsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionEventClickEvent(FullCalendar fullCalendar, boolean fromClient, MouseEventDetails mouseEventDetails, CalendarEvent calendarEvent, CalendarDataProvider dataProvider, DisplayModeInfo displayModeInfo) -
Method Summary
Methods inherited from class io.jmix.fullcalendarflowui.component.event.AbstractClickEvent
getMouseEventDetailsMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods 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
-