Uses of Class
com.vaadin.flow.component.map.events.MapFeatureClickEvent
-
Packages that use MapFeatureClickEvent Package Description com.vaadin.flow.component.map -
-
Uses of MapFeatureClickEvent in com.vaadin.flow.component.map
Method parameters in com.vaadin.flow.component.map with type arguments of type MapFeatureClickEvent Modifier and Type Method Description com.vaadin.flow.shared.RegistrationMapBase. addFeatureClickListener(com.vaadin.flow.component.ComponentEventListener<MapFeatureClickEvent> listener)Adds a click listener for geographical features.com.vaadin.flow.shared.RegistrationMapBase. addFeatureClickListener(VectorLayer layer, com.vaadin.flow.component.ComponentEventListener<MapFeatureClickEvent> listener)Adds a click listener for geographical features.
-