|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.controls.MapTypeControlOptions
public class MapTypeControlOptions
Options for the rendering of the map type control.
See MapTypeControlOptions API Doc
| Constructor Summary | |
|---|---|
protected |
MapTypeControlOptions()
Options for the rendering of the map type control. |
| Method Summary | |
|---|---|
MapTypeId[] |
getMapTypeIds()
get IDs as MapTypeId object array |
String[] |
getMapTypeIdsString()
get IDs as MapTypeId object array |
ControlPosition |
getPosition()
Position id. |
static MapTypeControlOptions |
newInstance()
new Instance of Options for the rendering of the map type control. |
void |
setMapTypeIds(MapTypeId[] mapTypeIds)
set IDs of map types to show in the control. |
void |
setMapTypeIds(String[] mapTypeIds)
set user defined string ID of map types to show in the control. |
void |
setPosition(ControlPosition position)
Position id. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected MapTypeControlOptions()
| Method Detail |
|---|
public static MapTypeControlOptions newInstance()
public final MapTypeId[] getMapTypeIds()
MapTypeId object array
public final String[] getMapTypeIdsString()
MapTypeId object array
public final ControlPosition getPosition()
public final void setMapTypeIds(MapTypeId[] mapTypeIds)
mapTypeIds - public final void setMapTypeIds(String[] mapTypeIds)
mapTypeIds - public final void setPosition(ControlPosition position)
position - ControlPosition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||