Class DragDropEventBase.DragSupportDetector

java.lang.Object
com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector
Direct Known Subclasses:
DragDropEventBase.DragSupportDetectorNo
Enclosing class:
DragDropEventBase<H extends EventHandler>

static class DragDropEventBase.DragSupportDetector extends Object
Detector for browser support of drag events.
  • Constructor Details

    • DragSupportDetector

      DragSupportDetector()
  • Method Details

    • isSupported

      public boolean isSupported()
      Using a run-time check, return true if drag events are supported.
      Returns:
      true if supported, false otherwise.