| Package | Description |
|---|---|
| com.google.gwt.maps.client.events |
| Modifier and Type | Method and Description |
|---|---|
static MapEventType |
MapEventType.fromValue(String type) |
static MapEventType |
MapEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapEventType[] |
MapEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends MapEvent> |
MapHandlerRegistration.addHandler(JavaScriptObject jso,
MapEventType eventType,
MapHandler<E> handler,
MapEventFormatter<E> formatter)
event handler
|
static <E extends MapEvent> |
MapHandlerRegistration.addHandlerDrawing(JavaScriptObject jso,
MapEventType eventType,
MapHandler<E> handler,
MapEventFormatter<E> formatter)
event handler for the drawing overlay objects
|
static <E extends MapEvent> |
MapHandlerRegistration.addHandlerMvc(JavaScriptObject jso,
MapEventType eventType,
MapHandler<E> handler,
MapEventFormatter<E> formatter)
event handler for the mvc object
|
static void |
MapHandlerRegistration.trigger(MapWidget w,
MapEventType eventType)
Triggers the given event.
|
static void |
MapHandlerRegistration.trigger(MapWidget w,
MapEventType eventType,
JavaScriptObject... objects)
Triggers the given event.
|
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.