|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapEventType | |
|---|---|
| com.google.gwt.maps.client.events | |
| Uses of MapEventType in com.google.gwt.maps.client.events |
|---|
| Methods in com.google.gwt.maps.client.events that return MapEventType | |
|---|---|
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. |
| Methods in com.google.gwt.maps.client.events with parameters of type MapEventType | ||
|---|---|---|
static
|
MapHandlerRegistration.addHandler(JavaScriptObject jso,
MapEventType eventType,
MapHandler<E> handler,
MapEventFormatter<E> formatter)
event handler |
|
static
|
MapHandlerRegistration.addHandlerDrawing(JavaScriptObject jso,
MapEventType eventType,
MapHandler<E> handler,
MapEventFormatter<E> formatter)
event handler for the drawing overlay objects |
|
static
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||