Uses of Class
com.jbstrap.jbmap.events.PopupDrawnEvent
Packages that use PopupDrawnEvent
-
Uses of PopupDrawnEvent in com.jbstrap.jbmap.events
Methods in com.jbstrap.jbmap.events with parameters of type PopupDrawnEventModifier and TypeMethodDescriptionvoidPopupDrawnEventHandler.onPopupDrawn(PopupDrawnEvent event) Popup drawn event handler The event handler is called when the layer popup is drawn on the map. -
Uses of PopupDrawnEvent in com.jbstrap.jbmap.layers.layer
Methods in com.jbstrap.jbmap.layers.layer with parameters of type PopupDrawnEventModifier and TypeMethodDescriptionvoidArea.onPopupDrawn(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.voidCircle.onPopupDrawn(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.voidCirclePoint.onPopupDrawn(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.voidDivPoint.onPopupDrawn(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.voidLine.onPopupDrawn(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.voidPoint.onPopupDrawn(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.voidRectangle.onPopupDrawn(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.