Class MapElement.MapReference
- java.lang.Object
-
- com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
-
- com.vaadin.flow.component.map.testbench.MapElement.MapReference
-
- Enclosing class:
- MapElement
public static class MapElement.MapReference extends MapElement.ConfigurationObjectReference
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapElement.LayerCollectionReferencegetLayers()MapElement.ViewReferencegetView()-
Methods inherited from class com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
exists, get, getBoolean, getDouble, getFloat, getInt, getLong, getString, getTypeName, path
-
-
-
-
Method Detail
-
getView
public MapElement.ViewReference getView()
-
getLayers
public MapElement.LayerCollectionReference getLayers()
-
-