org.gwtopenmaps.openlayers.client.strategy
Class FixedStrategyOptions

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.strategy.FixedStrategyOptions

public class FixedStrategyOptions
extends JSObjectWrapper

Author:
lorenzo

Constructor Summary
  FixedStrategyOptions()
           
protected FixedStrategyOptions(JSObject jsObject)
           
 
Method Summary
 void setPreload(boolean preload)
          APIProperty: preload {Boolean} Load data before layer made visible.
 
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

FixedStrategyOptions

protected FixedStrategyOptions(JSObject jsObject)

FixedStrategyOptions

public FixedStrategyOptions()
Method Detail

setPreload

public void setPreload(boolean preload)
APIProperty: preload {Boolean} Load data before layer made visible. Enabling this may result in considerable overhead if your application loads many data layers that are not visible by default. Default is false.



Copyright © 2011 sourceforge. All Rights Reserved.