java.lang.Object
software.xdev.vaadin.maps.leaflet.base.LAbstractComponent<LPM>
software.xdev.vaadin.maps.leaflet.geoman.LPM
All Implemented Interfaces:
software.xdev.vaadin.maps.leaflet.base.LComponent<LPM>

@NpmPackage(value="@geoman-io/leaflet-geoman-free", version="2.18.3") @JsModule("@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.js") @CssImport("@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css") public class LPM extends software.xdev.vaadin.maps.leaflet.base.LAbstractComponent<LPM>
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    LPM(software.xdev.vaadin.maps.leaflet.registry.LComponentManagementRegistry compReg)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    reInitLayer(software.xdev.vaadin.maps.leaflet.layer.LLayer<?> layer)
     
    setOptIn(boolean optIn)
     

    Methods inherited from class software.xdev.vaadin.maps.leaflet.base.LAbstractComponent

    componentRegistry

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.xdev.vaadin.maps.leaflet.base.LComponent

    invokeSelf, invokeSelfReturn, self
  • Constructor Details

    • LPM

      public LPM(software.xdev.vaadin.maps.leaflet.registry.LComponentManagementRegistry compReg)
  • Method Details

    • setOptIn

      public LPM setOptIn(boolean optIn)
    • reInitLayer

      public LPM reInitLayer(software.xdev.vaadin.maps.leaflet.layer.LLayer<?> layer)
    • clientComponentJsAccessor

      public String clientComponentJsAccessor()