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>
Detector for permutations that do not support drag events.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Using a run-time check, return true if drag events are supported.
-
Constructor Details
-
DragSupportDetectorNo
DragSupportDetectorNo()
-
-
Method Details
-
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.
-