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, isPrimary
getClientX, getClientY, getNativeButton, getRelativeX, getRelativeY, getScreenX, getScreenY, getX, getY
isAltKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDown
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
assertLive, getSource, isLive, kill, revive
protected 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 © 2019 Vaadin Ltd. All rights reserved.