Interface DragImageModifier

  • All Known Implementing Classes:
    VTextArea

    @Deprecated
    public interface DragImageModifier
    Deprecated.
    Since 8.1, no direct replacement, see DragSourceExtensionConnector
    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 Detail

      • modifyDragImage

        void modifyDragImage​(com.google.gwt.dom.client.Element element)
        Deprecated.
        This method is called for cloned element which corresponds to the widget element. One could modify/correct this element for drag image.
        Parameters:
        element - cloned element of drag image