org.gwtopenmaps.openlayers.client.popup
Class AnchoredBubble

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.popup.Popup
              extended by org.gwtopenmaps.openlayers.client.popup.AnchoredBubble

public class AnchoredBubble
extends Popup

Author:
Erdem Gunay, Marten Karlberg, Digpro AB

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gwtopenmaps.openlayers.client.popup.Popup
Popup.CloseListener
 
Constructor Summary
protected AnchoredBubble(JSObject element)
           
  AnchoredBubble(String id, LonLat lonlat, Size size, String html, OpenLayersObjectWrapper anchor, boolean closeBox)
          Use addCloseListener to respond to popup close event.
  AnchoredBubble(String id, LonLat lonlat, Size size, String html, OpenLayersObjectWrapper anchor, boolean closeBox, Popup.CloseListener closeBoxCallback)
          Constructor also taking a CloseListener callback as suggested by the original OpenLayers JavaScript constructor.
 
Method Summary
 
Methods inherited from class org.gwtopenmaps.openlayers.client.popup.Popup
addCloseListener, getAutoSize, getBackgroundColor, getBorder, getOpacity, getPanMapIfOutOfView, hide, narrowToOpenLayersPopup, setAutoSize, setBackgroundColor, setBorder, setContentHTML, setLonLat, setOpacity, setPanMapIfOutOfView, show, updatePosition
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
getClassName, getEvents, narrowToOpenLayersObjectWrapper
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnchoredBubble

protected AnchoredBubble(JSObject element)

AnchoredBubble

public AnchoredBubble(String id,
                      LonLat lonlat,
                      Size size,
                      String html,
                      OpenLayersObjectWrapper anchor,
                      boolean closeBox,
                      Popup.CloseListener closeBoxCallback)
Constructor also taking a CloseListener callback as suggested by the original OpenLayers JavaScript constructor.


AnchoredBubble

public AnchoredBubble(String id,
                      LonLat lonlat,
                      Size size,
                      String html,
                      OpenLayersObjectWrapper anchor,
                      boolean closeBox)
Use addCloseListener to respond to popup close event. (Beware! This does not work as expected. Instead pass the CloseListener in the constructor for proper binding. /Digpro) For explanation of parameters see Popup.



Copyright © 2011 sourceforge. All Rights Reserved.