public class EventHoverHTMLEvent extends BrowserEvent<EventHoverHTMLHandler>
jsObj
Constructor and Description |
---|
EventHoverHTMLEvent(com.google.gwt.core.client.JavaScriptObject jsObj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(EventHoverHTMLHandler handler)
Deprecated.
|
static <S extends HasEventHoverHTMLHandlers & com.google.gwt.event.shared.HasHandlers> |
fire(S source,
com.google.gwt.core.client.JavaScriptObject jsObj)
Deprecated.
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
com.google.gwt.event.shared.GwtEvent.Type<EventHoverHTMLHandler> |
getAssociatedType()
Deprecated.
|
CalendarEvent |
getEvent()
Deprecated.
The event being hovered
|
EventWindow |
getEventWindow()
Deprecated.
the event window being hovered
|
static com.google.gwt.event.shared.GwtEvent.Type<EventHoverHTMLHandler> |
getType()
Deprecated.
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
public EventHoverHTMLEvent(com.google.gwt.core.client.JavaScriptObject jsObj)
public static <S extends HasEventHoverHTMLHandlers & com.google.gwt.event.shared.HasHandlers> void fire(S source, com.google.gwt.core.client.JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static com.google.gwt.event.shared.GwtEvent.Type<EventHoverHTMLHandler> getType()
protected void dispatch(EventHoverHTMLHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<EventHoverHTMLHandler>
public final com.google.gwt.event.shared.GwtEvent.Type<EventHoverHTMLHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<EventHoverHTMLHandler>
public CalendarEvent getEvent()
public EventWindow getEventWindow()