Uses of Class
com.vaadin.flow.component.map.events.MapClickEvent
Packages that use MapClickEvent
-
Uses of MapClickEvent in com.vaadin.flow.component.map
Method parameters in com.vaadin.flow.component.map with type arguments of type MapClickEventModifier and TypeMethodDescriptionMapBase.addClickEventListener(ComponentEventListener<MapClickEvent> listener) Deprecated, for removal: This API element is subject to removal in a future version.MapBase.addClickListener(ComponentEventListener<MapClickEvent> listener) Adds a click listener for the map.
MapBase.addClickListener(ComponentEventListener)instead