Java com.vaadin.client.ui.dd VDragEvent fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client.ui.dd VDragEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.client.ui.dd VDragEvent.

The text is from its open source code.

Method

voidcreateDragImage(com.google.gwt.user.client.Element element, boolean alignImageToEvent)
Automatically tries to create a proxy image from given element.
voidcreateDragImage(Element element, boolean alignImageToEvent)
Automatically tries to create a proxy image from given element.
NativeEventgetCurrentGwtEvent()
Returns the the latest NativeEvent that relates to this drag and drop operation.
com.google.gwt.user.client.ElementgetDragImage()
MapgetDropDetails()
Returns the details of the drag and drop operation.
com.google.gwt.user.client.ElementgetElementOver()
Detecting the element on which the the event is happening may be problematic during drag and drop operation.
VTransferablegetTransferable()
voidsetDragImage(com.google.gwt.user.client.Element node)
Sets the drag image used for current drag and drop operation.
voidsetDragImage(Element node)
Sets the drag image used for current drag and drop operation.