com.mapitz.gwt.googleMaps.client
Class GMap2Widget

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.mapitz.gwt.googleMaps.client.GMap2Widget
All Implemented Interfaces:
com.google.gwt.user.client.EventListener

public class GMap2Widget
extends com.google.gwt.user.client.ui.Widget

The basic GMap2Widget, the is the class you need to start with in the GWT framework.
Example:
GMap2Widget mapWidget = new GMap2Widget(e);

access the GMap2 object by:
GMap2 gmaps = mapWidget.getGmap();

Author:
aglaforge

Constructor Summary
GMap2Widget()
           
GMap2Widget(com.google.gwt.user.client.Element e)
           
 
Method Summary
 void doit()
           
 GMap2 getGmap()
           
 void setHeight(java.lang.String height)
           
 void setWidth(java.lang.String width)
           
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, isAttached, onBrowserEvent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, isVisible, isVisible, removeStyleName, setPixelSize, setSize, setStyleName, setVisible, setVisible, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GMap2Widget

public GMap2Widget(com.google.gwt.user.client.Element e)

GMap2Widget

public GMap2Widget()
Method Detail

doit

public void doit()

setHeight

public void setHeight(java.lang.String height)
Overrides:
setHeight in class com.google.gwt.user.client.ui.UIObject

setWidth

public void setWidth(java.lang.String width)
Overrides:
setWidth in class com.google.gwt.user.client.ui.UIObject

getGmap

public GMap2 getGmap()