You're viewing an older version of Framework JavaDoc. Please see version 7.7.47 for the latest.
com.vaadin.client.ui.dd.

Interface VDragAndDropManager.DDManagerMediator

  • Enclosing class:

    VDragAndDropManager

    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 Detail

      • getDragEvent

        VDragEvent getDragEvent()

        Returns current drag event.

      • clearServerCallback

        void clearServerCallback()

        Clean up server communication callback.