We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.ui.components.calendar.
Interface CalendarComponentEvents.EventMoveHandler
-
All Superinterfaces:
All Known Implementing Classes:
Enclosing interface:
public static interface CalendarComponentEvents.EventMoveHandler extends EventListener, Serializable
Handler interface for when events are being dragged on the calendar
-
-
Field Summary
Fields Modifier and Type Field Description static Method
eventMoveMethod
Trigger method for the MoveEvent.
-
Method Summary
All Methods Modifier and Type Method Description void
eventMove(CalendarComponentEvents.MoveEvent event)
This method will be called when event has been moved to a new position.
-
-
-
Field Detail
-
eventMoveMethod
static final Method eventMoveMethod
Trigger method for the MoveEvent.
-
-
Method Detail
-
eventMove
void eventMove(CalendarComponentEvents.MoveEvent event)
This method will be called when event has been moved to a new position.
Parameters:
event
- MoveEvent containing specific information of the new position and target event.
-
-