Class GeoMapLoader

java.lang.Object
io.jmix.flowui.xml.layout.loader.AbstractComponentLoader<GeoMap>
io.jmix.mapsflowui.component.loader.GeoMapLoader
All Implemented Interfaces:
ComponentLoader<GeoMap>

public class GeoMapLoader extends AbstractComponentLoader<GeoMap>
  • Field Details

  • Constructor Details

    • GeoMapLoader

      public GeoMapLoader()
  • Method Details

    • createComponent

      protected GeoMap createComponent()
      Specified by:
      createComponent in class AbstractComponentLoader<GeoMap>
    • loadComponent

      public void loadComponent()
      Description copied from interface: ComponentLoader
      Loads component properties by XML definition.
    • loadMapView

      public void loadMapView(GeoMap component, org.dom4j.Element element)
    • loadLayers

      public void loadLayers(GeoMap component, org.dom4j.Element element)
    • getLoaderByLayerName

      protected AbstractLayerLoader<?> getLoaderByLayerName(org.dom4j.Element layerElement)
    • mapLoaderSupport

      protected MapLoaderSupport mapLoaderSupport()