public class MouseInEvent extends com.google.gwt.event.shared.GwtEvent<MouseInEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MouseInEvent.Handler
Handler for
MouseInEvent. |
static interface |
MouseInEvent.HasMouseInHandlers
Indicates if a widget supports ok/cancel.
|
| Constructor and Description |
|---|
MouseInEvent()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(MouseInEvent.Handler handler) |
static MouseInEvent |
fire(com.google.gwt.event.shared.HasHandlers source)
Fires the event.
|
com.google.gwt.event.shared.GwtEvent.Type<MouseInEvent.Handler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<MouseInEvent.Handler> |
getType()
Gets the type associated with this event.
|
assertLive, getSource, isLive, kill, revivepublic static MouseInEvent fire(com.google.gwt.event.shared.HasHandlers source)
source - the source of the eventsortList - the ColumnSortList of sorted columnsColumnSortEvent that was firedpublic static com.google.gwt.event.shared.GwtEvent.Type<MouseInEvent.Handler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<MouseInEvent.Handler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<MouseInEvent.Handler>GwtEvent.getAssociatedType()protected void dispatch(MouseInEvent.Handler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<MouseInEvent.Handler>GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.