|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.event.PointerEvent<PointerDownHandler>
com.vaadin.client.event.PointerDownEvent
public class PointerDownEvent
Represents a native PointerDownEvent.
| 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 |
|---|
protected PointerDownEvent()
DomEvent#fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire pointer down events.
| Method Detail |
|---|
public staticgetType()
public finalgetAssociatedType()
protected void dispatch(PointerDownHandler handler)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||