com.vaadin.client.event
Class PointerCancelEvent

java.lang.Object
  extended by 
      extended by com.vaadin.client.event.PointerEvent<PointerCancelHandler>
          extended by com.vaadin.client.event.PointerCancelEvent

public class PointerCancelEvent
extends PointerEvent<PointerCancelHandler>

Represents a native PointerCancelEvent.

Since:
7.2

Field Summary
 
Fields inherited from class com.vaadin.client.event.PointerEvent
TYPE_MOUSE, TYPE_PEN, TYPE_TOUCH, TYPE_UNKNOWN
 
Constructor Summary
protected PointerCancelEvent()
          Protected constructor, use DomEvent#fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire pointer up events.
 
Method Summary
protected  void dispatch(PointerCancelHandler handler)
           
  getAssociatedType()
           
static  getType()
          Gets the event type associated with pointer cancel events.
 
Methods inherited from class com.vaadin.client.event.PointerEvent
getHeight, getPointerId, getPointerType, getPressure, getTiltX, getTiltY, getWidth, isPrimary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointerCancelEvent

protected PointerCancelEvent()
Protected constructor, use DomEvent#fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire pointer up events.

Method Detail

getType

public static  getType()
Gets the event type associated with pointer cancel events.

Returns:
the handler type

getAssociatedType

public final  getAssociatedType()

dispatch

protected void dispatch(PointerCancelHandler handler)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.