public class Popup extends DivOverlay
| Modifier | Constructor and Description |
|---|---|
protected |
Popup() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.core.client.JavaScriptObject |
addCloseListener(PopupClosedListener listener)
Deprecated.
use LayerRemovedListener instead
|
static Popup |
create() |
static Popup |
create(PopupOptions options) |
com.google.gwt.dom.client.Element |
getContentNode() |
Popup |
openOn(Map map) |
addTo, setContent, setLatLng, updateaddClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListenerpublic static Popup create(PopupOptions options)
public static Popup create()
public final com.google.gwt.core.client.JavaScriptObject addCloseListener(PopupClosedListener listener)
listener - the listenerpublic final com.google.gwt.dom.client.Element getContentNode()