public class RecordDoubleClickEvent extends BrowserEvent<RecordDoubleClickHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
RecordDoubleClickEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RecordDoubleClickHandler handler) |
static <S extends HasRecordDoubleClickHandlers & HasHandlers> |
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
GwtEvent.Type<RecordDoubleClickHandler> |
getAssociatedType() |
Record |
getRecord()
the record that was clicked on
|
Canvas |
getTile()
the tile that was doubleclicked on
|
static GwtEvent.Type<RecordDoubleClickHandler> |
getType()
Gets the type associated with this event.
|
TileGrid |
getViewer()
the TileGrid itself
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic RecordDoubleClickEvent(JavaScriptObject jsObj)
public static <S extends HasRecordDoubleClickHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<RecordDoubleClickHandler> getType()
protected void dispatch(RecordDoubleClickHandler handler)
dispatch in class GwtEvent<RecordDoubleClickHandler>public final GwtEvent.Type<RecordDoubleClickHandler> getAssociatedType()
getAssociatedType in class GwtEvent<RecordDoubleClickHandler>public TileGrid getViewer()
public Canvas getTile()
public Record getRecord()