Package com.google.gwt.event.dom.client
Class DragDropEventBase.DragSupportDetectorNo
- java.lang.Object
-
- com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector
-
- com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo
-
- Enclosing class:
- DragDropEventBase<H extends EventHandler>
static class DragDropEventBase.DragSupportDetectorNo extends DragDropEventBase.DragSupportDetector
Detector for permutations that do not support drag events.
-
-
Constructor Summary
Constructors Constructor Description DragSupportDetectorNo()
-
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.
-
-
-
Method Detail
-
isSupported
public boolean isSupported()
Description copied from class:DragDropEventBase.DragSupportDetector
Using a run-time check, return true if drag events are supported.- Overrides:
isSupported
in classDragDropEventBase.DragSupportDetector
- Returns:
- true if supported, false otherwise.
-
-