H
- MapHandler
E
- MapEvent
public abstract class MapEvent<H extends MapHandler<E>,E> extends GwtEvent<H>
GwtEvent.Type<H>
Modifier and Type | Field and Description |
---|---|
protected com.google.gwt.ajaxloader.client.Properties |
properties
properties from the map event call back
Properties |
Constructor and Description |
---|
MapEvent(com.google.gwt.ajaxloader.client.Properties properties)
create a new map event
|
Modifier and Type | Method and Description |
---|---|
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
|
assertLive, getSource, isLive, kill, revive
protected com.google.gwt.ajaxloader.client.Properties properties
Properties
public MapEvent(com.google.gwt.ajaxloader.client.Properties properties)
properties
- public com.google.gwt.ajaxloader.client.Properties getProperties()
Properties
public 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
- Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.