org.wicketstuff.openlayers3.api.overlay
Class PopoverOverlay

java.lang.Object
  extended by org.wicketstuff.openlayers3.api.overlay.Overlay
      extended by org.wicketstuff.openlayers3.api.overlay.PopoverOverlay
All Implemented Interfaces:
Serializable, org.wicketstuff.openlayers3.api.IJavascriptObject

public class PopoverOverlay
extends org.wicketstuff.openlayers3.api.overlay.Overlay

Provides an object that models a map overlay containing a popover.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.wicketstuff.openlayers3.api.overlay.Overlay
org.wicketstuff.openlayers3.api.overlay.Overlay.Positioning
 
Field Summary
 
Fields inherited from class org.wicketstuff.openlayers3.api.overlay.Overlay
DEFAULT_POSITIONING, DEFAULT_STOP_EVENT, element, position, positioning, stopEvent
 
Constructor Summary
PopoverOverlay(MarkerPopover markerPopover)
          Creates a new instance.
 
Method Summary
 String getJsId()
           
 
Methods inherited from class org.wicketstuff.openlayers3.api.overlay.Overlay
element, escapeQuoteJs, getElement, getJsType, getPosition, getPositioning, getStopEvent, position, positioning, renderAttributesJs, renderJs, setElement, setPosition, setPositioning, setStopEvent, stopEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopoverOverlay

public PopoverOverlay(MarkerPopover markerPopover)
Creates a new instance.

Parameters:
markerPopover - The marker and popover linked to this overlay
Method Detail

getJsId

public String getJsId()
Specified by:
getJsId in interface org.wicketstuff.openlayers3.api.IJavascriptObject
Overrides:
getJsId in class org.wicketstuff.openlayers3.api.overlay.Overlay


Copyright © 2014–2015. All rights reserved.