public class PointerCancelEvent extends PointerEvent<PointerCancelHandler>
TYPE_MOUSE, TYPE_PEN, TYPE_TOUCH, TYPE_UNKNOWN| Modifier | Constructor and Description |
|---|---|
protected |
PointerCancelEvent()
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire pointer up events. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(PointerCancelHandler handler) |
com.google.gwt.event.dom.client.DomEvent.Type<PointerCancelHandler> |
getAssociatedType() |
static com.google.gwt.event.dom.client.DomEvent.Type<PointerCancelHandler> |
getType()
Gets the event type associated with pointer cancel events.
|
getHeight, getPointerId, getPointerType, getPressure, getTiltX, getTiltY, getWidth, isPrimarygetClientX, getClientY, getNativeButton, getRelativeX, getRelativeY, getScreenX, getScreenY, getX, getYisAltKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDownfireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagationassertLive, getSource, isLive, kill, reviveprotected PointerCancelEvent()
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire pointer up events.public static com.google.gwt.event.dom.client.DomEvent.Type<PointerCancelHandler> getType()
public final com.google.gwt.event.dom.client.DomEvent.Type<PointerCancelHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.dom.client.DomEvent<PointerCancelHandler>protected void dispatch(PointerCancelHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<PointerCancelHandler>Copyright © 2018 Vaadin Ltd. All rights reserved.