Class BasicEventMoveHandler
- java.lang.Object
-
- com.vaadin.v7.ui.components.calendar.handler.BasicEventMoveHandler
-
- All Implemented Interfaces:
SerializableEventListener,CalendarComponentEvents.EventMoveHandler,Serializable,EventListener
@Deprecated public class BasicEventMoveHandler extends Object implements CalendarComponentEvents.EventMoveHandler
Deprecated.Implements basic functionality needed to enable moving events.- Since:
- 7.1
- Author:
- Vaadin Ltd.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventMoveHandler
eventMoveMethod
-
-
Constructor Summary
Constructors Constructor Description BasicEventMoveHandler()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voideventMove(CalendarComponentEvents.MoveEvent event)Deprecated.This method will be called when event has been moved to a new position.protected voidsetDates(EditableCalendarEvent event, Date start, Date end)Deprecated.Set the start and end dates for the event.
-
-
-
Method Detail
-
eventMove
public void eventMove(CalendarComponentEvents.MoveEvent event)
Deprecated.Description copied from interface:CalendarComponentEvents.EventMoveHandlerThis method will be called when event has been moved to a new position.- Specified by:
eventMovein interfaceCalendarComponentEvents.EventMoveHandler- Parameters:
event- MoveEvent containing specific information of the new position and target event.
-
setDates
protected void setDates(EditableCalendarEvent event, Date start, Date end)
Deprecated.Set the start and end dates for the event.- Parameters:
event- The event that the start and end dates should be setstart- The start dateend- The end date
-
-