Uses of Class
org.vaadin.addons.componentfactory.leaflet.layer.events.TooltipEvent
Packages that use TooltipEvent
Package
Description
-
Uses of TooltipEvent in org.vaadin.addons.componentfactory.leaflet.layer
Method parameters in org.vaadin.addons.componentfactory.leaflet.layer with type arguments of type TooltipEventModifier and TypeMethodDescriptionvoidLayer.onTooltipClose(LeafletEventListener<TooltipEvent> listener) Fired when a tooltip bound to this layer is closed.voidLayer.onTooltipOpen(LeafletEventListener<TooltipEvent> listener) Fired when a tooltip bound to this layer is opened. -
Uses of TooltipEvent in org.vaadin.addons.componentfactory.leaflet.layer.events
Subclasses of TooltipEvent in org.vaadin.addons.componentfactory.leaflet.layer.eventsModifier and TypeClassDescriptionclassEvent fired when a tooltip bound to a layer is closed.classEvent fired when a tooltip bound to a layer is opened.