org.gwtopenmaps.openlayers.client.popup
Class FramedCloud

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

public class FramedCloud
extends Popup

Author:
Edwin Commandeur - Atlis Information Systems

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gwtopenmaps.openlayers.client.popup.Popup
Popup.CloseListener
 
Constructor Summary
protected FramedCloud(JSObject element)
           
  FramedCloud(String id, LonLat lonlat, Size size, String html, OpenLayersObjectWrapper anchor, boolean closeBox)
          Use addCloseListener to respond to popup close event.
  FramedCloud(String id, LonLat lonlat, Size size, com.google.gwt.user.client.ui.Widget widget, OpenLayersObjectWrapper anchor, boolean closeBox)
           
 
Method Summary
 
Methods inherited from class org.gwtopenmaps.openlayers.client.popup.Popup
addCloseListener, getAutoSize, getBackgroundColor, getBorder, getOpacity, getPanMapIfOutOfView, narrowToOpenLayersPopup, setAutoSize, setBackgroundColor, setBorder, setOpacity, setPanMapIfOutOfView
 
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

FramedCloud

protected FramedCloud(JSObject element)

FramedCloud

public FramedCloud(String id,
                   LonLat lonlat,
                   Size size,
                   String html,
                   OpenLayersObjectWrapper anchor,
                   boolean closeBox)
Use addCloseListener to respond to popup close event.

Parameters:
anchor - - ... For explanation of other parameters see Popup.

FramedCloud

public FramedCloud(String id,
                   LonLat lonlat,
                   Size size,
                   com.google.gwt.user.client.ui.Widget widget,
                   OpenLayersObjectWrapper anchor,
                   boolean closeBox)


Copyright © 2010 sourceforge. All Rights Reserved.