Class AbstractJsonOptions
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.mapsui.widget.leaflet.client.Layer
io.jmix.mapsui.widget.leaflet.client.AbstractJsonOptions
- Direct Known Subclasses:
GridLayerOptions,LocateOptions,MapOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidsetCustomOption(String optionName, boolean optionValue) Warning, this method may break things, be careful with it, almost like real JS development.final voidsetCustomOption(String optionName, double optionValue) Warning, this method may break things, be careful with it, almost like real JS development.final voidsetCustomOption(String optionName, int optionValue) Warning, this method may break things, be careful with it, almost like real JS development.final voidsetCustomOption(String optionName, String optionValue) Warning, this method may break things, be careful with it, almost like real JS development.Methods inherited from class io.jmix.mapsui.widget.leaflet.client.Layer
addClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListenerMethods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
AbstractJsonOptions
protected AbstractJsonOptions()
-
-
Method Details
-
setCustomOption
Warning, this method may break things, be careful with it, almost like real JS development.- Parameters:
optionName- the name of the option to setoptionValue- the value to be set
-
setCustomOption
Warning, this method may break things, be careful with it, almost like real JS development.- Parameters:
optionName- the name of the option to setoptionValue- the value to be set
-
setCustomOption
Warning, this method may break things, be careful with it, almost like real JS development.- Parameters:
optionName- the name of the option to setoptionValue- the value to be set
-
setCustomOption
Warning, this method may break things, be careful with it, almost like real JS development.- Parameters:
optionName- the name of the option to setoptionValue- the value to be set
-