public class MouseOverEvent extends AbstractSmartEvent<MouseOverHandler> implements Cancellable
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
MouseOverEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
|
protected void |
dispatch(MouseOverHandler handler) |
static <S extends HasMouseOverHandlers & 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<MouseOverHandler> |
getAssociatedType() |
static GwtEvent.Type<MouseOverHandler> |
getType()
Gets the type associated with this event.
|
boolean |
isCancelled() |
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic MouseOverEvent(JavaScriptObject jsObj)
public static <S extends HasMouseOverHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<MouseOverHandler> getType()
protected void dispatch(MouseOverHandler handler)
dispatch in class GwtEvent<MouseOverHandler>public final GwtEvent.Type<MouseOverHandler> getAssociatedType()
getAssociatedType in class GwtEvent<MouseOverHandler>public void cancel()
cancel in interface Cancellablepublic boolean isCancelled()
isCancelled in interface Cancellable