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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    Gets the unique name of the popup layer group.
    Gets the popup layer component.
    Gets the popup layer's unique name.

    Methods inherited from class com.jbstrap.core.event.BaseEvent

    b, b, getClient, getComponent, getEventId, getEventType, getSenderId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LayerHideEvent

      public LayerHideEvent()
  • Method Details

    • getName

      public String getName()
      Gets the popup layer's unique name.
      Returns:
      The popup layer's unique name
    • getGroupName

      public String getGroupName()
      Gets the unique name of the popup layer group.
      Returns:
      The unique name of the popup layer group
    • getLayer

      public Layer<?> getLayer()
      Gets the popup layer component.
      Returns:
      The popup layer component
    • fireEvent

      public void fireEvent()
      Specified by:
      fireEvent in class com.jbstrap.core.event.BaseEvent