Package com.vaadin.client.ui.dd
Interface DragImageModifier
-
- All Known Implementing Classes:
VTextArea
@Deprecated public interface DragImageModifier
Deprecated.Since 8.1, no direct replacement, seeDragSourceExtensionConnectorInterface implemented by widgets if the drag image used for drag'n'drop requires additional initialization/configuration. The methodmodifyDragImage(Element)is called for each element in the automatically generated drag image.- Since:
- 7.2
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidmodifyDragImage(com.google.gwt.dom.client.Element element)Deprecated.This method is called for clonedelementwhich corresponds to the widget element.
-