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 DragImageModifier
-
All Known Implementing Classes:
@Deprecated public interface DragImageModifier
Deprecated.Since 8.1, no direct replacement, seeDragSourceExtensionConnector
Interface implemented by widgets if the drag image used for drag'n'drop requires additional initialization/configuration. The method
modifyDragImage(Element)
is called for each element in the automatically generated drag image.Since:
7.2
Author:
Vaadin Ltd
-
-
Method Summary
All Methods Modifier and Type Method Description void
modifyDragImage(com.google.gwt.dom.client.Element element)
Deprecated.
This method is called for cloned
element
which corresponds to the widget element.
-