Interface DropMoveHandler

All Superinterfaces:
EventHandler

public interface DropMoveHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed whenever the compatible dragged object is moved over this drop target.
  • Method Details

    • onDropMove

      void onDropMove(DropMoveEvent event)
      Executed whenever the compatible dragged object is moved over this drop target. You can use this to show a custom visual indication of where the drop would occur within the widget, or to show the no-drop cursor to indicate that this is not a valid drop target, typically if willAcceptDrop() returns false.

      For details on showing a 'no drop' cursor when the user drags over all invalid drop targets, see showNoDropIndicator.

      Parameters:
      event - the event