public class RowHoverEvent extends GridRowColEvent<RowHoverHandler> implements Cancellable
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
RowHoverEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Calling this method cancels the event (default behavior of showing the hover)
|
protected void |
dispatch(RowHoverHandler handler) |
static <S extends HasRowHoverHandlers & 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<RowHoverHandler> |
getAssociatedType() |
static GwtEvent.Type<RowHoverHandler> |
getType()
Gets the type associated with this event.
|
boolean |
isCancelled() |
getColNum, getRecord, getRowNumgetX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic RowHoverEvent(JavaScriptObject jsObj)
public static <S extends HasRowHoverHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<RowHoverHandler> getType()
protected void dispatch(RowHoverHandler handler)
dispatch in class GwtEvent<RowHoverHandler>public final GwtEvent.Type<RowHoverHandler> getAssociatedType()
getAssociatedType in class GwtEvent<RowHoverHandler>public void cancel()
cancel in interface Cancellablepublic boolean isCancelled()
isCancelled in interface Cancellable