Uses of Class
org.vaadin.addons.componentfactory.leaflet.layer.events.PopupEvent
Packages that use PopupEvent
Package
Description
-
Uses of PopupEvent in org.vaadin.addons.componentfactory.leaflet.layer
Method parameters in org.vaadin.addons.componentfactory.leaflet.layer with type arguments of type PopupEventModifier and TypeMethodDescriptionvoidLayer.onPopupClose(LeafletEventListener<PopupEvent> listener) Fired when a popup bound to this layer is closedvoidLayer.onPopupOpen(LeafletEventListener<PopupEvent> listener) Fired when a popup bound to this layer is opened -
Uses of PopupEvent in org.vaadin.addons.componentfactory.leaflet.layer.events
Subclasses of PopupEvent in org.vaadin.addons.componentfactory.leaflet.layer.eventsModifier and TypeClassDescriptionclassEvent fired when a popup bound to a layer is closed.classEvent fired when a popup bound to a layer is opened.