com.vaadin.client.event
Class PointerUpEvent

java.lang.Object
  extended by 
      extended by com.vaadin.client.event.PointerEvent<PointerUpHandler>
          extended by com.vaadin.client.event.PointerUpEvent

public class PointerUpEvent
extends PointerEvent<PointerUpHandler>

Represents a native PointerUpEvent.

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 PointerUpEvent()
          Protected constructor, use DomEvent#fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire pointer down events.
 
Method Summary
protected  void dispatch(PointerUpHandler handler)
           
  getAssociatedType()
           
static  getType()
          Gets the event type associated with PointerUpEvent.
 
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

PointerUpEvent

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

Method Detail

getType

public static  getType()
Gets the event type associated with PointerUpEvent.

Returns:
the handler type

getAssociatedType

public final  getAssociatedType()

dispatch

protected void dispatch(PointerUpHandler handler)


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