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.
|
java.lang.String |
getDefaultValue()
Deprecated.
the default HTML to show when hovering over the passed event
|
CalendarEvent |
getEvent()
Deprecated.
The event being hovered
|
EventCanvas |
getEventCanvas()
Deprecated.
the event canvas being hovered over
|
Canvas |
getFiringCanvas()
Deprecated.
Returns the
Canvas firing the event. |
static com.google.gwt.event.shared.GwtEvent.Type<EventHoverHTMLHandler> |
getType()
Deprecated.
Gets the type associated with this event.
|
CalendarView |
getView()
Deprecated.
the CalendarView in which the eventCanvas lives
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
getFiringInstanceAsJavaScriptObject
assertLive, getSource, isLive, kill, revive
public EventHoverHTMLEvent(com.google.gwt.core.client.JavaScriptObject jsObj)
public Canvas getFiringCanvas()
Canvas
firing the event.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 EventCanvas getEventCanvas()
public CalendarView getView()
public java.lang.String getDefaultValue()