org.gwtopenmaps.openlayers.client.popup
Class Framed
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
org.gwtopenmaps.openlayers.client.popup.Popup
org.gwtopenmaps.openlayers.client.popup.Framed
public class Framed
- extends Popup
- Author:
- Curtis Jensen, Marten Karlberg, Digpro AB
Constructor Summary |
protected |
Framed(JSObject element)
|
|
Framed(String id,
LonLat lonlat,
Size size,
String html,
boolean closeBox)
|
|
Framed(String id,
LonLat lonlat,
Size size,
String html,
OpenLayersObjectWrapper anchor,
boolean closeBox)
Use addCloseListener to respond to popup close event. |
|
Framed(String id,
LonLat lonlat,
Size size,
String html,
OpenLayersObjectWrapper anchor,
boolean closeBox,
Popup.CloseListener closeBoxCallback)
|
|
Framed(String id,
LonLat lonlat,
String html,
boolean closeBox)
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Framed
protected Framed(JSObject element)
Framed
public Framed(String id,
LonLat lonlat,
Size size,
String html,
OpenLayersObjectWrapper anchor,
boolean closeBox,
Popup.CloseListener closeBoxCallback)
Framed
public Framed(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)
- Parameters:
anchor
- - ...
For explanation of other parameters see Popup
.
Framed
public Framed(String id,
LonLat lonlat,
Size size,
String html,
boolean closeBox)
Framed
public Framed(String id,
LonLat lonlat,
String html,
boolean closeBox)
Copyright © 2011 sourceforge. All Rights Reserved.