public class TitleHoverEvent extends AbstractSmartEvent<TitleHoverHandler>
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
TitleHoverEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(TitleHoverHandler handler) |
static <S extends HasTitleHoverHandlers & HasHandlers> |
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
GwtEvent.Type<TitleHoverHandler> |
getAssociatedType() |
DynamicForm |
getForm()
This items form
|
FormItem |
getItem()
Pointer to this item
|
static GwtEvent.Type<TitleHoverHandler> |
getType()
Gets the type associated with this event.
|
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public TitleHoverEvent(JavaScriptObject jsObj)
public static <S extends HasTitleHoverHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<TitleHoverHandler> getType()
protected void dispatch(TitleHoverHandler handler)
dispatch
in class GwtEvent<TitleHoverHandler>
public final GwtEvent.Type<TitleHoverHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<TitleHoverHandler>
public FormItem getItem()
public DynamicForm getForm()