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 TypeMethodDescriptionvoid
PopupDrawnEventHandler.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 TypeMethodDescriptionvoid
Area.onPopupDrawn
(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.void
Circle.onPopupDrawn
(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.void
CirclePoint.onPopupDrawn
(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.void
DivPoint.onPopupDrawn
(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.void
Line.onPopupDrawn
(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.void
Point.onPopupDrawn
(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.void
Rectangle.onPopupDrawn
(PopupDrawnEvent event) Registering the events for the popup draw event in the popup component.