All Implemented Interfaces:
Serializable

@DomEvent("tooltipclose") public class TooltipCloseEvent extends TooltipEvent
Event fired when a tooltip bound to a layer is closed.
See Also:
  • Constructor Details

    • TooltipCloseEvent

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