Class CalendarComponentEvents.EventResize
- 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.EventResize
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- CalendarComponentEvents
@Deprecated public static class CalendarComponentEvents.EventResize extends CalendarComponentEvent
Deprecated.EventResize is sent when an event is resized.- 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 EventResize(Calendar source, CalendarEvent calendarEvent, Date startTime, Date endTime)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CalendarEventgetCalendarEvent()Deprecated.Get target event.DategetNewEnd()Deprecated.Returns the updates end date/time of the event.DategetNewEndTime()Deprecated.UsegetNewEnd()insteadDategetNewStart()Deprecated.Returns the updated start date/time of the event.DategetNewStartTime()Deprecated.UsegetNewStart()instead-
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
-
EventResize
public EventResize(Calendar source, CalendarEvent calendarEvent, Date startTime, Date endTime)
Deprecated.
-
-
Method Detail
-
getCalendarEvent
public CalendarEvent getCalendarEvent()
Deprecated.Get target event.- Returns:
- Target event.
-
getNewStartTime
@Deprecated public Date getNewStartTime()
Deprecated.UsegetNewStart()instead- Returns:
- the new start time
-
getNewStart
public Date getNewStart()
Deprecated.Returns the updated start date/time of the event.- Returns:
- The new date for the event
-
getNewEndTime
@Deprecated public Date getNewEndTime()
Deprecated.UsegetNewEnd()instead- Returns:
- the new end time
-
getNewEnd
public Date getNewEnd()
Deprecated.Returns the updates end date/time of the event.- Returns:
- The new date for the event
-
-