Class MapElement.FeatureCollectionReference
- java.lang.Object
-
- com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
-
- com.vaadin.flow.component.map.testbench.MapElement.FeatureCollectionReference
-
- Enclosing class:
- MapElement
public static class MapElement.FeatureCollectionReference extends MapElement.ConfigurationObjectReference
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapElement.FeatureReferencegetFeature(int index)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()
-
getFeature
public MapElement.FeatureReference getFeature(int index)
-
-