Class MapElement.LayerCollectionReference
- java.lang.Object
-
- com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
-
- com.vaadin.flow.component.map.testbench.MapElement.LayerCollectionReference
-
- Enclosing class:
- MapElement
public static class MapElement.LayerCollectionReference extends MapElement.ConfigurationObjectReference
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapElement.LayerReferencegetLayer(int index)MapElement.LayerReferencegetLayer(String id)longgetLength()-
Methods inherited from class com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
exists, get, getBoolean, getDouble, getFloat, getInt, getLong, getString, getTypeName, path
-
-
-
-
Method Detail
-
getLength
public long getLength()
-
getLayer
public MapElement.LayerReference getLayer(int index)
-
getLayer
public MapElement.LayerReference getLayer(String id)
-
-