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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanUsing a run-time check, return true if drag events are supported.
- 
Constructor Details- 
DragSupportDetectorNoDragSupportDetectorNo()
 
- 
- 
Method Details- 
isSupportedpublic boolean isSupported()Description copied from class:DragDropEventBase.DragSupportDetectorUsing a run-time check, return true if drag events are supported.- Overrides:
- isSupportedin class- DragDropEventBase.DragSupportDetector
- Returns:
- true if supported, false otherwise.
 
 
-