|
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<H,E>
H - MapHandlerE - MapEventpublic abstract class MapEvent<H extends MapHandler<E>,E>
Inherit this into unique Map Event
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Field Summary | |
|---|---|
protected com.google.gwt.ajaxloader.client.Properties |
properties
properties from the map event call back Properties |
| Constructor Summary | |
|---|---|
MapEvent(com.google.gwt.ajaxloader.client.Properties properties)
create a new map event |
|
| Method Summary | |
|---|---|
protected abstract void |
dispatch(H handler)
implement in the event that inherits this |
protected String |
getAsJson(JavaScriptObject jso)
get property object as json |
abstract GwtEvent.Type<H> |
getAssociatedType()
implement in the event that inherits this |
com.google.gwt.ajaxloader.client.Properties |
getProperties()
get the raw properties |
| 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 |
|---|
protected com.google.gwt.ajaxloader.client.Properties properties
Properties
| Constructor Detail |
|---|
public MapEvent(com.google.gwt.ajaxloader.client.Properties properties)
properties - | Method Detail |
|---|
public com.google.gwt.ajaxloader.client.Properties getProperties()
Propertiespublic abstract GwtEvent.Type<H> getAssociatedType()
getAssociatedType in class GwtEvent<H extends MapHandler<E>>protected abstract void dispatch(H handler)
dispatch in class GwtEvent<H extends MapHandler<E>>protected String getAsJson(JavaScriptObject jso)
jso -
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||