public class MouseOverEvent extends MouseEvent<MouseOverHandler>
DomEvent.Type<H extends EventHandler>
Modifier | Constructor and Description |
---|---|
protected |
MouseOverEvent()
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire mouse over events. |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(MouseOverHandler handler)
Should only be called by
HandlerManager . |
DomEvent.Type<MouseOverHandler> |
getAssociatedType()
Returns the
Event.Type used to register this event, allowing an
EventBus to find handlers of the appropriate class. |
EventTarget |
getRelatedTarget()
Gets the target from which the mouse pointer was moved.
|
static DomEvent.Type<MouseOverHandler> |
getType()
Gets the event type associated with mouse over events.
|
getClientX, getClientY, getNativeButton, getRelativeX, getRelativeY, getScreenX, getScreenY, getX, getY
isAltKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDown
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, init, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
protected MouseOverEvent()
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire mouse over events.public static DomEvent.Type<MouseOverHandler> getType()
public final DomEvent.Type<MouseOverHandler> getAssociatedType()
Event
Event.Type
used to register this event, allowing an
EventBus
to find handlers of the appropriate class.getAssociatedType
in class DomEvent<MouseOverHandler>
public EventTarget getRelatedTarget()
protected void dispatch(MouseOverHandler handler)
GwtEvent
HandlerManager
. In other words, do not use
or call.dispatch
in class GwtEvent<MouseOverHandler>
handler
- handlerEventBus.dispatchEvent(Event, Object)