public abstract class CalendarDropHandler extends VAbstractDropHandler
| Modifier and Type | Field and Description |
|---|---|
protected CalendarConnector |
calendarConnector |
| Constructor and Description |
|---|
CalendarDropHandler(CalendarConnector connector)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationConnection |
getApplicationConnection()
Returns the application connection to which this
VDropHandler
belongs to. |
CalendarConnector |
getConnector()
Returns the Paintable who owns this
VAbstractDropHandler. |
dragAccepted, dragEnter, dragLeave, dragOver, drop, updateAcceptRules, validateprotected final CalendarConnector calendarConnector
public CalendarDropHandler(CalendarConnector connector)
connector - The connector of the calendarpublic CalendarConnector getConnector()
VAbstractDropHandlerVAbstractDropHandler. Server
side counterpart of the Paintable is expected to implement
DropTarget interface.getConnector in interface VDropHandlergetConnector in class VAbstractDropHandlerpublic ApplicationConnection getApplicationConnection()
VDropHandlerVDropHandler
belongs to. DragAndDropManager uses this fucction to send Transferable to
server side.Copyright © 2016 Vaadin Ltd. All rights reserved.