Class EventSingleClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<FullCalendar>
io.jmix.fullcalendarflowui.component.event.AbstractClickEvent
io.jmix.fullcalendarflowui.component.event.EventSingleClickEvent
- All Implemented Interfaces:
Serializable
The event is fired after some delay when a calendar event is clicked. The delay helps to separate
single-click from double-click.
-
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
ConstructorsConstructorDescriptionEventSingleClickEvent(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
-
EventSingleClickEvent
public EventSingleClickEvent(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 the current calendar's display mode
-