Class BaseScheduleXCalendar.CalendarEventRemovedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<BaseScheduleXCalendar>
org.vaadin.addons.componentfactory.schedulexcalendar.BaseScheduleXCalendar.CalendarEventRemovedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BaseScheduleXCalendar
@DomEvent("calendar-event-removed")
public static class BaseScheduleXCalendar.CalendarEventRemovedEvent
extends com.vaadin.flow.component.ComponentEvent<BaseScheduleXCalendar>
Event fired when a calendar event is removed from the calendar.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionCalendarEventRemovedEvent(BaseScheduleXCalendar source, boolean fromClient, String eventId) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
CalendarEventRemovedEvent
public CalendarEventRemovedEvent(BaseScheduleXCalendar source, boolean fromClient, @EventData("event.detail.eventId") String eventId)
-
-
Method Details
-
getEventId
-