Package com.google.gwt.event.dom.client
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 java.lang.Object
Detector for browser support of drag events.
-
-
Constructor Summary
Constructors Constructor Description DragSupportDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSupported()
Using a run-time check, return true if drag events are supported.
-