Class PopupCloseEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<LeafletMap>
org.vaadin.addons.componentfactory.leaflet.layer.events.LeafletEvent
org.vaadin.addons.componentfactory.leaflet.layer.events.PopupEvent
org.vaadin.addons.componentfactory.leaflet.layer.events.PopupCloseEvent
- All Implemented Interfaces:
Serializable
Event fired when a popup bound to a layer is closed.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPopupCloseEvent(LeafletMap source, boolean fromClient, String layerId) Creates a new popup close event. -
Method Summary
Methods inherited from class org.vaadin.addons.componentfactory.leaflet.layer.events.PopupEvent
getPopup, toStringMethods inherited from class org.vaadin.addons.componentfactory.leaflet.layer.events.LeafletEvent
getLayerId, getTypeMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, getUI, isFromClient, unregisterListener
-
Constructor Details
-
PopupCloseEvent
public PopupCloseEvent(LeafletMap source, boolean fromClient, @EventData("event.detail.target.options.uuid") String layerId) Creates a new popup close event.- Parameters:
source- the source componentfromClient-trueif the event originated on the client sidelayerId- the identifier of the layer the popup is bound to
-