Package com.jbstrap.jbmap.events
Class LayerHideEvent
java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.jbmap.events.LayerHideEvent
public class LayerHideEvent
extends com.jbstrap.core.event.BaseEvent
The LayerHideEvent class contains the details of a popupPoint or divPoint hide event. These are the following:
- The unique name of the popupPoint or divPoint layer
- Unique name of the popupPoint or divPoint layer group
- The popupPoint or divPoint layer component
- Since:
- 4.0
-
Field Summary
Fields inherited from class com.jbstrap.core.event.BaseEvent
client, eventType, senderId
-
Constructor Summary
-
Method Summary
Methods inherited from class com.jbstrap.core.event.BaseEvent
b, b, getClient, getComponent, getEventId, getEventType, getSenderId
-
Constructor Details
-
LayerHideEvent
public LayerHideEvent()
-
-
Method Details
-
getName
Gets the popup layer's unique name.- Returns:
- The popup layer's unique name
-
getGroupName
Gets the unique name of the popup layer group.- Returns:
- The unique name of the popup layer group
-
getLayer
Gets the popup layer component.- Returns:
- The popup layer component
-
fireEvent
public void fireEvent()- Specified by:
fireEvent
in classcom.jbstrap.core.event.BaseEvent
-