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

public class AbstractJsonOptions extends Layer
  • Constructor Details

    • AbstractJsonOptions

      protected AbstractJsonOptions()
  • Method Details

    • setCustomOption

      public final void setCustomOption(String optionName, String optionValue)
      Warning, this method may break things, be careful with it, almost like real JS development.
      Parameters:
      optionName - the name of the option to set
      optionValue - the value to be set
    • setCustomOption

      public final void setCustomOption(String optionName, double optionValue)
      Warning, this method may break things, be careful with it, almost like real JS development.
      Parameters:
      optionName - the name of the option to set
      optionValue - the value to be set
    • setCustomOption

      public final void setCustomOption(String optionName, int optionValue)
      Warning, this method may break things, be careful with it, almost like real JS development.
      Parameters:
      optionName - the name of the option to set
      optionValue - the value to be set
    • setCustomOption

      public final void setCustomOption(String optionName, boolean optionValue)
      Warning, this method may break things, be careful with it, almost like real JS development.
      Parameters:
      optionName - the name of the option to set
      optionValue - the value to be set