Package com.jbstrap.jbmap.events
Class PopupHideEvent
java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.jbmap.events.PopupHideEvent
public class PopupHideEvent
extends com.jbstrap.core.event.BaseEvent
The PopupHideEvent class contains the details of a popup hide event. These are the following:
- The unique name of the popup layer
- Unique name of the popup layer group
- The popup 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
-
PopupHideEvent
public PopupHideEvent()
-
-
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
-