org.gwtopenmaps.openlayers.client.control
Class DragFeatureOptions

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
              extended by org.gwtopenmaps.openlayers.client.control.ControlOptions
                  extended by 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

Field Summary
 
Fields inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
eventListeners
 
Constructor Summary
DragFeatureOptions()
           
 
Method Summary
 void onComplete(DragFeature.DragFeatureListener listener)
          Triggers when a feature completed dragged (the users releases the mouse).
 void onDrag(DragFeature.DragFeatureListener listener)
          Continually trigged while a feature is being dragged
 void onStart(DragFeature.DragFeatureListener listener)
          Triggers when a feature has just started being dragged
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
getListeners, narrowToOpenLayersEObjectWrapper, removeListener
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
getClassName, getEvents, narrowToOpenLayersObjectWrapper
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragFeatureOptions

public DragFeatureOptions()
Method Detail

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.