Class BaseScheduleXCalendar.EventUpdateEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<BaseScheduleXCalendar>
org.vaadin.addons.componentfactory.schedulexcalendar.BaseScheduleXCalendar.EventUpdateEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
BaseScheduleXCalendar
public class BaseScheduleXCalendar.EventUpdateEvent
extends com.vaadin.flow.component.ComponentEvent<BaseScheduleXCalendar>
Event fired when an event is updated on resize or drag and drop on client side.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionEventUpdateEvent(BaseScheduleXCalendar source, String eventId, LocalDateTime startDate, LocalDateTime endDate, boolean fromClient) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
EventUpdateEvent
public EventUpdateEvent(BaseScheduleXCalendar source, String eventId, LocalDateTime startDate, LocalDateTime endDate, boolean fromClient)
-
-
Method Details
-
getEventId
-
getStartDate
-
getEndDate
-