org.gwtopenmaps.openlayers.client.popup
Class Anchored

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.Anchored

public class Anchored
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 Anchored(JSObject element)
           
  Anchored(String id, LonLat lonlat, Size size, String html, OpenLayersObjectWrapper anchor, boolean closeBox)
           
  Anchored(String id, LonLat lonlat, Size size, String html, OpenLayersObjectWrapper anchor, boolean closeBox, Popup.CloseListener closeBoxCallback)
           
 
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

Anchored

protected Anchored(JSObject element)

Anchored

public Anchored(String id,
                LonLat lonlat,
                Size size,
                String html,
                OpenLayersObjectWrapper anchor,
                boolean closeBox,
                Popup.CloseListener closeBoxCallback)

Anchored

public Anchored(String id,
                LonLat lonlat,
                Size size,
                String html,
                OpenLayersObjectWrapper anchor,
                boolean closeBox)


Copyright © 2011 sourceforge. All Rights Reserved.