public class ItemClickEvent extends BrowserEvent<ItemClickHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
ItemClickEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ItemClickHandler handler) |
static <S extends HasItemClickHandlers & 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<ItemClickHandler> |
getAssociatedType() |
Button |
getItem()
pointer to the button in question
|
int |
getItemNum()
number of the button in question
|
static GwtEvent.Type<ItemClickHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic ItemClickEvent(JavaScriptObject jsObj)
public static <S extends HasItemClickHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<ItemClickHandler> getType()
protected void dispatch(ItemClickHandler handler)
dispatch in class GwtEvent<ItemClickHandler>public final GwtEvent.Type<ItemClickHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ItemClickHandler>public Button getItem()
public int getItemNum()