Class FeatureEventDetails
- java.lang.Object
-
- com.vaadin.flow.component.map.events.FeatureEventDetails
-
- All Implemented Interfaces:
Serializable
public class FeatureEventDetails extends Object implements Serializable
Stores information about aFeaturethat is part of an event- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureEventDetails(Feature feature, VectorSource source, VectorLayer layer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeaturegetFeature()The feature of the eventVectorLayergetLayer()TheVectorLayerthat contains the featureVectorSourcegetSource()TheVectorSourcethat contains the feature
-
-
-
Constructor Detail
-
FeatureEventDetails
public FeatureEventDetails(Feature feature, VectorSource source, VectorLayer layer)
-
-
Method Detail
-
getFeature
public Feature getFeature()
The feature of the event
-
getSource
public VectorSource getSource()
TheVectorSourcethat contains the feature
-
getLayer
public VectorLayer getLayer()
TheVectorLayerthat contains the feature
-
-