public class

MouseOverEvent

extends MouseEvent<H extends EventHandler>
java.lang.Object
   ↳ com.google.gwt.event.shared.GwtEvent<H extends com.google.gwt.event.shared.EventHandler>
     ↳ com.google.gwt.event.dom.client.DomEvent<H extends com.google.gwt.event.shared.EventHandler>
       ↳ com.google.gwt.event.dom.client.HumanInputEvent<H extends com.google.gwt.event.shared.EventHandler>
         ↳ com.google.gwt.event.dom.client.MouseEvent<H extends com.google.gwt.event.shared.EventHandler>
           ↳ com.google.gwt.event.dom.client.MouseOverEvent

Class Overview

Represents a native mouse over event.

Summary

Protected Constructors
MouseOverEvent()
Public Methods
final Type<MouseOverHandler> getAssociatedType()
Returns the type used to register this event.
EventTarget getRelatedTarget()
Gets the target from which the mouse pointer was moved.
static Type<MouseOverHandler> getType()
Gets the event type associated with mouse over events.
Protected Methods
void dispatch(MouseOverHandler handler)
Should only be called by HandlerManager.
[Expand]
Inherited Methods
From class com.google.gwt.event.dom.client.MouseEvent
From class com.google.gwt.event.dom.client.HumanInputEvent
From class com.google.gwt.event.dom.client.DomEvent
From class com.google.gwt.event.shared.GwtEvent
From class java.lang.Object
From interface com.google.gwt.event.dom.client.HasNativeEvent

Protected Constructors

protected MouseOverEvent ()

Public Methods

public final Type<MouseOverHandler> getAssociatedType ()

Returns the type used to register this event. Used by handler manager to dispatch events to the correct handlers.

Returns
  • the type

public EventTarget getRelatedTarget ()

Gets the target from which the mouse pointer was moved.

Returns
  • the target from which the mouse pointer was moved

public static Type<MouseOverHandler> getType ()

Gets the event type associated with mouse over events.

Returns
  • the handler type

Protected Methods

protected void dispatch (MouseOverHandler handler)

Should only be called by HandlerManager. In other words, do not use or call.

Parameters
handler handler