public class TapEvent extends com.google.gwt.event.shared.GwtEvent<TapHandler>
Constructor and Description |
---|
TapEvent(Object source,
com.google.gwt.dom.client.Element targetElement,
int startX,
int startY) |
TapEvent(Object source,
int startX,
int startY)
Deprecated.
use
TapEvent(Object, Element, int, int) instead |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(TapHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<TapHandler> |
getAssociatedType() |
int |
getStartX()
get the x start position of the tap
|
int |
getStartY()
get the y start position of the tap
|
com.google.gwt.dom.client.Element |
getTargetElement()
Returns the element that was the actual target of the Tap event.
|
static com.google.gwt.event.shared.GwtEvent.Type<TapHandler> |
getType() |
assertLive, getSource, isLive, kill, revive
@Deprecated public TapEvent(Object source, int startX, int startY)
TapEvent(Object, Element, int, int)
insteadpublic TapEvent(Object source, com.google.gwt.dom.client.Element targetElement, int startX, int startY)
public com.google.gwt.event.shared.GwtEvent.Type<TapHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<TapHandler>
protected void dispatch(TapHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<TapHandler>
public static com.google.gwt.event.shared.GwtEvent.Type<TapHandler> getType()
public int getStartX()
public int getStartY()
public com.google.gwt.dom.client.Element getTargetElement()
Copyright © 2021 Magnolia International Ltd.. All rights reserved.