com.vaadin.client.event
Class PointerDownEvent

java.lang.Object
  extended by 
      extended by com.vaadin.client.event.PointerEvent<PointerDownHandler>
          extended by com.vaadin.client.event.PointerDownEvent

public class PointerDownEvent
extends PointerEvent<PointerDownHandler>

Represents a native PointerDownEvent.

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 PointerDownEvent()
          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(PointerDownHandler handler)
           
  getAssociatedType()
           
static  getType()
          Gets the event type associated with PointerDownEvent 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

PointerDownEvent

protected PointerDownEvent()
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 PointerDownEvent events.

Returns:
the handler type

getAssociatedType

public final  getAssociatedType()

dispatch

protected void dispatch(PointerDownHandler handler)


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