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:
  • Constructor Details

    • CalendarEventRemovedEvent

      public CalendarEventRemovedEvent(BaseScheduleXCalendar source, boolean fromClient, @EventData("event.detail.eventId") String eventId)
  • Method Details

    • getEventId

      public String getEventId()