|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.ui.dd.VAbstractDropHandler
com.vaadin.client.ui.calendar.schedule.dd.CalendarDropHandler
public abstract class CalendarDropHandler
Abstract base class for calendar drop handlers.
| Field Summary | |
|---|---|
protected CalendarConnector |
calendarConnector
|
| Constructor Summary | |
|---|---|
CalendarDropHandler(CalendarConnector connector)
Constructor |
|
| Method Summary | |
|---|---|
ApplicationConnection |
getApplicationConnection()
Returns the application connection to which this VDropHandler
belongs to. |
CalendarConnector |
getConnector()
Returns the Paintable who owns this VAbstractDropHandler. |
| Methods inherited from class com.vaadin.client.ui.dd.VAbstractDropHandler |
|---|
dragAccepted, dragEnter, dragLeave, dragOver, drop, updateAcceptRules, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final CalendarConnector calendarConnector
| Constructor Detail |
|---|
public CalendarDropHandler(CalendarConnector connector)
connector - The connector of the calendar| Method Detail |
|---|
public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||