All Implemented Interfaces:
Serializable

@DomEvent("popupopen") public class PopupOpenEvent extends PopupEvent
Event fired when a popup bound to a layer is opened.
See Also:
  • Constructor Details

    • PopupOpenEvent

      public PopupOpenEvent(LeafletMap source, boolean fromClient, @EventData("event.detail.target.options.uuid") String layerId)
      Creates a new popup open event.
      Parameters:
      source - the source component
      fromClient - true if the event originated on the client side
      layerId - the identifier of the layer the popup is bound to