public static interface CalendarComponentEvents.EventMoveHandler extends EventListener, Serializable
| Modifier and Type | Field and Description |
|---|---|
static Method |
eventMoveMethod
Trigger method for the MoveEvent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
eventMove(CalendarComponentEvents.MoveEvent event)
This method will be called when event has been moved to a new
position.
|
static final Method eventMoveMethod
void eventMove(CalendarComponentEvents.MoveEvent event)
event - MoveEvent containing specific information of the new
position and target event.Copyright © 2023 Vaadin Ltd. All rights reserved.