Uses of Class
com.google.gwt.maps.client.events.MapEventType

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
<E extends MapEvent>
HandlerRegistration
MapHandlerRegistration.addHandler(JavaScriptObject jso, MapEventType eventType, MapHandler<E> handler, MapEventFormatter<E> formatter)
          event handler
static
<E extends MapEvent>
HandlerRegistration
MapHandlerRegistration.addHandlerDrawing(JavaScriptObject jso, MapEventType eventType, MapHandler<E> handler, MapEventFormatter<E> formatter)
          event handler for the drawing overlay objects
static
<E extends MapEvent>
HandlerRegistration
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-2013 GWT Maps API V3. All Rights Reserved.