public class ItemHoverEvent extends AbstractSmartEvent<ItemHoverHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
ItemHoverEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ItemHoverHandler handler) |
static <S extends HasItemHoverHandlers & 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<ItemHoverHandler> |
getAssociatedType() |
DynamicForm |
getForm()
This items form
|
FormItem |
getItem()
Pointer to this item
|
static GwtEvent.Type<ItemHoverHandler> |
getType()
Gets the type associated with this event.
|
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic ItemHoverEvent(JavaScriptObject jsObj)
public static <S extends HasItemHoverHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<ItemHoverHandler> getType()
protected void dispatch(ItemHoverHandler handler)
dispatch in class GwtEvent<ItemHoverHandler>public final GwtEvent.Type<ItemHoverHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ItemHoverHandler>public FormItem getItem()
public DynamicForm getForm()