Package io.jmix.mapsflowui.kit.meta
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- 
Field SummaryFields inherited from interface io.jmix.flowui.kit.meta.component.preview.StudioPreviewComponentLoaderVIEW_SCHEMA
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisSupported(org.dom4j.Element element) Define the element that this loader can load.com.vaadin.flow.component.Componentload(org.dom4j.Element componentElement, org.dom4j.Element viewElement) Create vaadin component from component xml element.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.kit.meta.component.preview.StudioPreviewComponentLoaderloadBoolean, loadBoolean, loadClassNames, loadDouble, loadDouble, loadEnabled, loadEnum, loadEnum, loadHeight, loadInteger, loadInteger, loadMaxHeight, loadMaxWidth, loadMinHeight, loadMinWidth, loadSizeAttributes, loadString, loadString, loadString, loadWidth, split, split
- 
Constructor Details- 
StudioGeoMapComponentPreviewLoaderpublic StudioGeoMapComponentPreviewLoader()
 
- 
- 
Method Details- 
isSupportedpublic boolean isSupported(org.dom4j.Element element) Description copied from interface:StudioPreviewComponentLoaderDefine the element that this loader can load.- Specified by:
- isSupportedin interface- StudioPreviewComponentLoader
 
- 
load@Nullable public com.vaadin.flow.component.Component load(org.dom4j.Element componentElement, org.dom4j.Element viewElement) Description copied from interface:StudioPreviewComponentLoaderCreate vaadin component from component xml element.- Specified by:
- loadin interface- StudioPreviewComponentLoader
- Parameters:
- componentElement- xml element of component
- viewElement- xml element of view containing- componentElement
- See Also:
- 
- Element
 
 
 
-