com.google.gwt.maps.client.control
Class Control

java.lang.Object
  extended by com.google.gwt.maps.client.control.Control
Direct Known Subclasses:
Control.CustomControl, HierarchicalMapTypeControl, LargeMapControl, MapTypeControl, MenuMapTypeControl, OverviewMapControl, ScaleControl, SmallMapControl, SmallZoomControl

public class Control
extends java.lang.Object

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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jsoPeer

protected final com.google.gwt.core.client.JavaScriptObject jsoPeer
The JSO being wrapped by this class.

Constructor Detail

Control

protected Control(com.google.gwt.core.client.JavaScriptObject jsoPeer)
Constructor for creating a new instance of this class from an existing JSO.

Parameters:
jsoPeer -