public class ValueClickEvent extends BrowserEvent<ValueClickHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
ValueClickEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ValueClickHandler handler) |
static <S extends HasValueClickHandlers & 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<ValueClickHandler> |
getAssociatedType() |
DrawnValue |
getDrawnValue()
information about the value that was clicked
|
static GwtEvent.Type<ValueClickHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic ValueClickEvent(JavaScriptObject jsObj)
public static <S extends HasValueClickHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<ValueClickHandler> getType()
protected void dispatch(ValueClickHandler handler)
dispatch in class GwtEvent<ValueClickHandler>public final GwtEvent.Type<ValueClickHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ValueClickHandler>public DrawnValue getDrawnValue()