|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.maps.client.control.Control
public class Control
Control is the abstract base class for all Map Control types.
| Nested Class Summary | |
|---|---|
static class |
Control.CustomControl
This class should be extended to create a custom control type. |
| Field Summary | |
|---|---|
protected com.google.gwt.core.client.JavaScriptObject |
jsoPeer
The JSO being wrapped by this class. |
| Constructor Summary | |
|---|---|
protected |
Control(com.google.gwt.core.client.JavaScriptObject jsoPeer)
Constructor for creating a new instance of this class from an existing JSO. |
| Method Summary | |
|---|---|
static Control |
createPeer(com.google.gwt.core.client.JavaScriptObject jsoPeer)
Factory method used by JSIO to wrap an existing JSO in a GWT Java object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final com.google.gwt.core.client.JavaScriptObject jsoPeer
| Constructor Detail |
|---|
protected Control(com.google.gwt.core.client.JavaScriptObject jsoPeer)
jsoPeer - | Method Detail |
|---|
public static Control createPeer(com.google.gwt.core.client.JavaScriptObject jsoPeer)
jsoPeer -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||