Interface DragAndDrop


public interface DragAndDrop
Allows managing the drag and drop functionality for the associated BrowserView.
Since:
7.4
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Disables the drag and drop support for the associated BrowserView.
    void
    Enables the drag and drop support for the associated BrowserView.
    boolean
    Indicates whether the drag and drop support is enabled for the associated BrowserView.
  • Method Details

    • enable

      void enable()
      Enables the drag and drop support for the associated BrowserView.
      Since:
      7.4
    • disable

      void disable()
      Disables the drag and drop support for the associated BrowserView.
      Since:
      7.4
    • isEnabled

      boolean isEnabled()
      Indicates whether the drag and drop support is enabled for the associated BrowserView. By default, the drag and drop support is enabled.
      Since:
      7.4