| Package | Description |
|---|---|
| de.swm.commons.mobile.client.event | |
| de.swm.commons.mobile.client.utils |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DragController.onEnd(com.google.gwt.user.client.Event e,
Point p)
Will be invoked after the movement of an element is completed.
|
protected void |
DragController.onMove(com.google.gwt.user.client.Event e,
Point p)
Will be invoked after an element will be moved.
|
protected void |
DragController.onStart(com.google.gwt.user.client.Event e,
Point p)
May need an onPreStart event to indicate that mouse is down, but no movement yet, // so onStart event can
actually mean drag is indeed started.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.clone(Point c)
Will clone the point.
|
Point |
Point.minus(Point c)
Will subtract a point
|
Point |
Point.plus(Point c)
Will add a point.
|
Point |
Point.setPosition(double x,
double y)
Will change the postion o this point.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.clone(Point c)
Will clone the point.
|
Point |
Point.minus(Point c)
Will subtract a point
|
Point |
Point.plus(Point c)
Will add a point.
|
boolean |
GhostClickPreventer.preventGhostClick(com.google.gwt.user.client.Event event,
Point point) |
void |
GhostClickPreventer.rememberGhostClick(Point point) |
| Constructor and Description |
|---|
Point(Point c)
Default constructor.
|
Copyright © 2011–2015 SWM. All rights reserved.