org.gwtopenmaps.openlayers.client.control
Class DragFeatureOptions
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
org.gwtopenmaps.openlayers.client.control.ControlOptions
org.gwtopenmaps.openlayers.client.control.DragFeatureOptions
public class DragFeatureOptions
- extends ControlOptions
Options for the DragFeature. Use this to set the listeners that will handle
the drag events.
- Author:
- Rafael Ceravolo - LOGANN
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DragFeatureOptions
public DragFeatureOptions()
onStart
public void onStart(DragFeature.DragFeatureListener listener)
- Triggers when a feature has just started being dragged
onDrag
public void onDrag(DragFeature.DragFeatureListener listener)
- Continually trigged while a feature is being dragged
onComplete
public void onComplete(DragFeature.DragFeatureListener listener)
- Triggers when a feature completed dragged (the users releases the mouse).
Copyright © 2011 sourceforge. All Rights Reserved.