Uses of Class
com.jbstrap.jbmap.events.PopupHideEvent
Packages that use PopupHideEvent
-
Uses of PopupHideEvent in com.jbstrap.jbmap.events
Methods in com.jbstrap.jbmap.events with parameters of type PopupHideEventModifier and TypeMethodDescriptionvoidPopupHideEventHandler.onPopupHide(PopupHideEvent event) Popup hide event handler The event handler is called when the layer popup is hide on the map. -
Uses of PopupHideEvent in com.jbstrap.jbmap.layers.layer
Methods in com.jbstrap.jbmap.layers.layer with parameters of type PopupHideEventModifier and TypeMethodDescriptionvoidArea.onPopupHide(PopupHideEvent event) Registering the events for the popup hide event in the popup component.voidCircle.onPopupHide(PopupHideEvent event) Registering the events for the popup hide event in the popup component.voidCirclePoint.onPopupHide(PopupHideEvent event) Registering the events for the popup hide event in the popup component.voidDivPoint.onPopupHide(PopupHideEvent event) Registering the events for the popup hide event in the popup component.voidLine.onPopupHide(PopupHideEvent event) Registering the events for the popup hide event in the popup component.voidPoint.onPopupHide(PopupHideEvent event) Registering the events for the popup hide event in the popup component.voidRectangle.onPopupHide(PopupHideEvent event) Registering the events for the popup hide event in the popup component.