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 TypeMethodDescriptionvoidLayerHideEventHandler.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 TypeMethodDescriptionvoidDivPoint.onLayerHide(LayerHideEvent event) Registering the events for the popup hide event in the popup component.voidPopupPoint.onLayerHide(LayerHideEvent event) Registering the events for the popup hide event in the popup component.