|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.mapitz.gwt.googleMaps.client.GMap2Widget
public class GMap2Widget
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();
| 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 |
|---|
public GMap2Widget(com.google.gwt.user.client.Element e)
public GMap2Widget()
| Method Detail |
|---|
public void doit()
public void setHeight(java.lang.String height)
setHeight in class com.google.gwt.user.client.ui.UIObjectpublic void setWidth(java.lang.String width)
setWidth in class com.google.gwt.user.client.ui.UIObjectpublic GMap2 getGmap()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||