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 TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationMapBase.addClickEventListener(com.vaadin.flow.component.ComponentEventListener<MapClickEvent> listener) Deprecated, for removal: This API element is subject to removal in a future version.com.vaadin.flow.shared.RegistrationMapBase.addClickListener(com.vaadin.flow.component.ComponentEventListener<MapClickEvent> listener) Adds a click listener for the map.
MapBase.addClickListener(ComponentEventListener)instead