org.gwtopenmaps.openlayers.client.strategy
Class FixedStrategyOptions
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.strategy.FixedStrategyOptions
public class FixedStrategyOptions
- extends JSObjectWrapper
- Author:
- lorenzo
Method Summary |
void |
setPreload(boolean preload)
APIProperty: preload
{Boolean} Load data before layer made visible. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedStrategyOptions
protected FixedStrategyOptions(JSObject jsObject)
FixedStrategyOptions
public FixedStrategyOptions()
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.