Uses of Class
org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Packages that use Popup
Package
Description
-
Uses of Popup in org.vaadin.addons.componentfactory.leaflet.layer
Methods in org.vaadin.addons.componentfactory.leaflet.layer that return PopupModifier and TypeMethodDescriptionLayer.getPopup()Returns the popup bound to this layer.LayerPopupFunctions.getPopup()Returns the popup bound to this layer.Methods in org.vaadin.addons.componentfactory.leaflet.layer with parameters of type PopupModifier and TypeMethodDescriptionvoidBinds the given popup to this layer.default voidBinds a popup to the layer with the passed contentdefault voidLayerPopupFunctions.setPopupContent(Popup popup) Sets the content of the popup bound to this layer. -
Uses of Popup in org.vaadin.addons.componentfactory.leaflet.layer.events
Methods in org.vaadin.addons.componentfactory.leaflet.layer.events that return PopupConstructors in org.vaadin.addons.componentfactory.leaflet.layer.events with parameters of type PopupModifierConstructorDescriptionPopupEvent(LeafletMap source, boolean fromClient, String layerId, PopupEventType eventType, Popup popup) Creates a new popup event.