|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.google.gwt.maps.client.events.MapEvent<FusionTablesMouseMapHandler,FusionTablesMouseMapEvent>
com.google.gwt.maps.client.events.fusiontablemouse.FusionTablesMouseMapEvent
public class FusionTablesMouseMapEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
---|
GwtEvent.Type<H> |
Field Summary | |
---|---|
static GwtEvent.Type<FusionTablesMouseMapHandler> |
TYPE
|
Fields inherited from class com.google.gwt.maps.client.events.MapEvent |
---|
properties |
Constructor Summary | |
---|---|
FusionTablesMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
|
Method Summary | |
---|---|
protected void |
dispatch(FusionTablesMouseMapHandler handler)
implement in the event that inherits this |
GwtEvent.Type<FusionTablesMouseMapHandler> |
getAssociatedType()
implement in the event that inherits this |
String |
getInfoWindowHtml()
Pre-rendered HTML content, as placed in the infowindow by the default UI. |
LatLng |
getLatLng()
The position at which to anchor an infowindow on the clicked feature. |
Size |
getPixelOffset()
gets The offset to apply to an infowindow anchored on the clicked feature. |
JavaScriptObject |
getRow()
returns A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table row which included the clicked feature. |
String |
getRowAsJson()
A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table row which included the clicked feature. |
Methods inherited from class com.google.gwt.maps.client.events.MapEvent |
---|
getAsJson, getProperties |
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
---|
assertLive, getSource, isLive, kill, revive |
Methods inherited from class com.google.web.bindery.event.shared.Event |
---|
setSource, toDebugString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static GwtEvent.Type<FusionTablesMouseMapHandler> TYPE
Constructor Detail |
---|
public FusionTablesMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
Method Detail |
---|
public GwtEvent.Type<FusionTablesMouseMapHandler> getAssociatedType()
MapEvent
getAssociatedType
in class MapEvent<FusionTablesMouseMapHandler,FusionTablesMouseMapEvent>
protected void dispatch(FusionTablesMouseMapHandler handler)
MapEvent
dispatch
in class MapEvent<FusionTablesMouseMapHandler,FusionTablesMouseMapEvent>
public String getInfoWindowHtml()
public LatLng getLatLng()
LatLng
public Size getPixelOffset()
public JavaScriptObject getRow()
public String getRowAsJson()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |