Class BaseScheduleXCalendar.CalendarEventUpdatedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<BaseScheduleXCalendar>
org.vaadin.addons.componentfactory.schedulexcalendar.BaseScheduleXCalendar.CalendarEventUpdatedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
BaseScheduleXCalendar
@DomEvent("calendar-event-updated")
public static class BaseScheduleXCalendar.CalendarEventUpdatedEvent
extends com.vaadin.flow.component.ComponentEvent<BaseScheduleXCalendar>
Event fired when a calendar event is updated.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionCalendarEventUpdatedEvent(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
-
CalendarEventUpdatedEvent
public CalendarEventUpdatedEvent(BaseScheduleXCalendar source, boolean fromClient, @EventData("event.detail.eventId") String eventId)
-
-
Method Details
-
getEventId
-