|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.maps.client.events.MapHandlerRegistration
public class MapHandlerRegistration
Constructor Summary | |
---|---|
MapHandlerRegistration()
|
Method Summary | ||
---|---|---|
static
|
addDomListener(JavaScriptObject jso,
DomEvent.Type<ClickHandler> type,
MapHandler<E> handler,
boolean capture)
experimental for the moment. |
|
static
|
addHandler(JavaScriptObject jso,
MapEventType eventType,
MapHandler<E> handler,
MapEventFormatter<E> formatter)
event handler |
|
static
|
addHandlerDrawing(JavaScriptObject jso,
MapEventType eventType,
MapHandler<E> handler,
MapEventFormatter<E> formatter)
event handler for the drawing overlay objects |
|
static
|
addHandlerMvc(JavaScriptObject jso,
MapEventType eventType,
MapHandler<E> handler,
MapEventFormatter<E> formatter)
event handler for the mvc object |
|
protected static
|
onCallback(MapHandler<E> handler,
com.google.gwt.ajaxloader.client.Properties properties,
MapEventFormatter<E> formatter)
process generic handler callback |
|
static void |
trigger(MapWidget w,
MapEventType eventType)
Triggers the given event. |
|
static void |
trigger(MapWidget w,
MapEventType eventType,
JavaScriptObject... objects)
Triggers the given event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapHandlerRegistration()
Method Detail |
---|
public static <E extends MapEvent> HandlerRegistration addHandler(JavaScriptObject jso, MapEventType eventType, MapHandler<E> handler, MapEventFormatter<E> formatter)
jso
- eventType
- handler
- formatter
- public static <E extends MapEvent> HandlerRegistration addHandlerMvc(JavaScriptObject jso, MapEventType eventType, MapHandler<E> handler, MapEventFormatter<E> formatter)
jso
- eventType
- handler
- formatter
- public static <E extends MapEvent> HandlerRegistration addHandlerDrawing(JavaScriptObject jso, MapEventType eventType, MapHandler<E> handler, MapEventFormatter<E> formatter)
jso
- eventType
- handler
- formatter
- protected static <E extends MapEvent> void onCallback(MapHandler<E> handler, com.google.gwt.ajaxloader.client.Properties properties, MapEventFormatter<E> formatter)
handler
- properties
- formatter
- public static void trigger(MapWidget w, MapEventType eventType, JavaScriptObject... objects)
w
- eventType
- objects
- public static void trigger(MapWidget w, MapEventType eventType)
w
- eventType
- public static <E> void addDomListener(JavaScriptObject jso, DomEvent.Type<ClickHandler> type, MapHandler<E> handler, boolean capture)
jso
- type
- handler
- capture
-
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |