Class StudioGeoMapComponentPreviewLoader

java.lang.Object
io.jmix.mapsflowui.kit.meta.StudioGeoMapComponentPreviewLoader
All Implemented Interfaces:
StudioPreviewComponentLoader

public class StudioGeoMapComponentPreviewLoader extends Object implements StudioPreviewComponentLoader
See also io.jmix.mapsflowui.component.loader.GeoMapLoader
  • Constructor Details

    • StudioGeoMapComponentPreviewLoader

      public StudioGeoMapComponentPreviewLoader()
  • Method Details

    • isSupported

      public boolean isSupported(org.dom4j.Element element)
      Description copied from interface: StudioPreviewComponentLoader
      Define the element that this loader can load.
      Specified by:
      isSupported in interface StudioPreviewComponentLoader
    • load

      @Nullable public com.vaadin.flow.component.Component load(org.dom4j.Element componentElement, org.dom4j.Element viewElement)
      Description copied from interface: StudioPreviewComponentLoader
      Create vaadin component from component xml element.
      Specified by:
      load in interface StudioPreviewComponentLoader
      Parameters:
      componentElement - xml element of component
      viewElement - xml element of view containing componentElement
      See Also:
      • Element