We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.dd.
Interface VDragAndDropManager.DDManagerMediator
-
Enclosing class:
public static interface VDragAndDropManager.DDManagerMediator
Implementation if this interface is provided as a parameter to DDEventHandleStrategy methods. The mediator instance allows to manage DnD.
Since:
7.4.4
-
-
Method Summary
All Methods Modifier and Type Method Description void
clearServerCallback()
Clean up server communication callback.
VDragEvent
getDragEvent()
Returns current drag event.
VDragAndDropManager
getManager()
Returns DnD manager instance.
-
-
-
Method Detail
-
getManager
VDragAndDropManager getManager()
Returns DnD manager instance.
Returns:
the manager
-
getDragEvent
VDragEvent getDragEvent()
Returns current drag event.
Returns:
the event
-
clearServerCallback
void clearServerCallback()
Clean up server communication callback.
-
-