Class CalendarComponentEvents.MoveEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.event.ConnectorEvent
-
- com.vaadin.ui.Component.Event
-
- com.vaadin.v7.ui.components.calendar.CalendarComponentEvent
-
- com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.MoveEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- CalendarComponentEvents
@Deprecated public static class CalendarComponentEvents.MoveEvent extends CalendarComponentEvent
Deprecated.MoveEvent is sent when existing event is dragged to a new position.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringEVENT_IDDeprecated.-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description MoveEvent(Calendar source, CalendarEvent calendarEvent, Date newStart)Deprecated.MoveEvent needs the target event and new start date.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CalendarEventgetCalendarEvent()Deprecated.Get target event.DategetNewStart()Deprecated.Get new start date.-
Methods inherited from class com.vaadin.v7.ui.components.calendar.CalendarComponentEvent
getComponent
-
Methods inherited from class com.vaadin.event.ConnectorEvent
getConnector
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Field Detail
-
EVENT_ID
public static final String EVENT_ID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MoveEvent
public MoveEvent(Calendar source, CalendarEvent calendarEvent, Date newStart)
Deprecated.MoveEvent needs the target event and new start date.- Parameters:
source- Calendar component.calendarEvent- Target event.newStart- Target event's new start date.
-
-
Method Detail
-
getCalendarEvent
public CalendarEvent getCalendarEvent()
Deprecated.Get target event.- Returns:
- Target event.
-
getNewStart
public Date getNewStart()
Deprecated.Get new start date.- Returns:
- New start date.
-
-