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
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
setCustomOption
(String optionName, boolean optionValue) Warning, this method may break things, be careful with it, almost like real JS development.final void
setCustomOption
(String optionName, double optionValue) Warning, this method may break things, be careful with it, almost like real JS development.final void
setCustomOption
(String optionName, int optionValue) Warning, this method may break things, be careful with it, almost like real JS development.final void
setCustomOption
(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, removeMouseOverListener
Methods 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
-