org.gwtopenmaps.openlayers.client.control
Class DragFeature
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
org.gwtopenmaps.openlayers.client.control.Control
org.gwtopenmaps.openlayers.client.control.DragFeature
public class DragFeature
- extends Control
This control is used to handle drag and drop of the vector features of a
layer. Use the DragFeatureOptions
to handle the events.
- Author:
- Rafael Ceravolo - LOGANN
Methods inherited from class org.gwtopenmaps.openlayers.client.control.Control |
activate, addControlActivateListener, addControlDeactivateListener, deactivate, disable, enable, getControlId, getLayer, getMap, getZIndex, isActive, narrowToControl, setAutoActivate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DragFeature
protected DragFeature(JSObject dragFeatureObj)
- Internal Constructor
DragFeature
public DragFeature(Vector vectorLayer)
- Constructor.
- Parameters:
vectorLayer
- The layer that this DragFeature belongs.
DragFeature
public DragFeature(Vector vectorLayer,
DragFeatureOptions options)
- Constructor.
- Parameters:
vectorLayer
- The layer that this DragFeature belongs.The
- DragFeature options, used to set the listeners that handles
the drag events
Copyright © 2011 sourceforge. All Rights Reserved.