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>
Detector for browser support of drag events.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Using a run-time check, return true if drag events are supported.
-
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.
-