org.gwtopenmaps.openlayers.client.control
Class ModifyFeatureOptions

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.ModifyFeatureOptions

public class ModifyFeatureOptions
extends ControlOptions

Options specific to Modify Feature Control.

Author:
Edwin Commandeur - Atlis EJS

Field Summary
 
Fields inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
eventListeners
 
Constructor Summary
ModifyFeatureOptions()
           
 
Method Summary
 void onModification(ModifyFeature.OnModificationListener listener)
           
 void onModificationEnd(ModifyFeature.OnModificationEndListener listener)
           
 void onModificationStart(ModifyFeature.OnModificationStartListener listener)
           
 void setClickout(boolean clickout)
           
 void setDeleteCodes(int[] deleteCodes)
           
 void setMode(int mode)
           
 void setStandalone(boolean standalone)
           
 void setToggle(boolean toggle)
           
 
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

ModifyFeatureOptions

public ModifyFeatureOptions()
Method Detail

setClickout

public void setClickout(boolean clickout)

setToggle

public void setToggle(boolean toggle)

setDeleteCodes

public void setDeleteCodes(int[] deleteCodes)

setMode

public void setMode(int mode)

setStandalone

public void setStandalone(boolean standalone)

onModificationStart

public void onModificationStart(ModifyFeature.OnModificationStartListener listener)

onModification

public void onModification(ModifyFeature.OnModificationListener listener)

onModificationEnd

public void onModificationEnd(ModifyFeature.OnModificationEndListener listener)


Copyright © 2011 sourceforge. All Rights Reserved.