Class BasicEventResizeHandler
- java.lang.Object
-
- com.vaadin.v7.ui.components.calendar.handler.BasicEventResizeHandler
-
- All Implemented Interfaces:
SerializableEventListener,CalendarComponentEvents.EventResizeHandler,Serializable,EventListener
@Deprecated public class BasicEventResizeHandler extends Object implements CalendarComponentEvents.EventResizeHandler
Deprecated.Implements basic functionality needed to enable event resizing.- Since:
- 7.1
- Author:
- Vaadin Ltd.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventResizeHandler
eventResizeMethod
-
-
Constructor Summary
Constructors Constructor Description BasicEventResizeHandler()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voideventResize(CalendarComponentEvents.EventResize event)Deprecated.protected voidsetDates(EditableCalendarEvent event, Date start, Date end)Deprecated.Set the start and end dates for the event.
-
-
-
Method Detail
-
eventResize
public void eventResize(CalendarComponentEvents.EventResize event)
Deprecated.- Specified by:
eventResizein interfaceCalendarComponentEvents.EventResizeHandler
-
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
-
-