Uses of Class
com.jbstrap.jbmap.events.LayerHideEvent
Packages that use LayerHideEvent
-
Uses of LayerHideEvent in com.jbstrap.jbmap.events
Methods in com.jbstrap.jbmap.events with parameters of type LayerHideEventModifier and TypeMethodDescriptionvoid
LayerHideEventHandler.onLayerHide
(LayerHideEvent event) PopupPoint or divPoint Layer hide event handler The event handler is called when the layer is hide on the map. -
Uses of LayerHideEvent in com.jbstrap.jbmap.layers.layer
Methods in com.jbstrap.jbmap.layers.layer with parameters of type LayerHideEventModifier and TypeMethodDescriptionvoid
DivPoint.onLayerHide
(LayerHideEvent event) Registering the events for the popup hide event in the popup component.void
PopupPoint.onLayerHide
(LayerHideEvent event) Registering the events for the popup hide event in the popup component.