| Package | Description |
|---|---|
| de.swm.commons.mobile.client.event |
| Modifier and Type | Method and Description |
|---|---|
DragEvent.Type |
DragEvent.getMyType()
Returns the myType.
|
static DragEvent.Type |
DragEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DragEvent.Type[] |
DragEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DragEvent(com.google.gwt.user.client.Event nativeEvent,
DragEvent.Type type,
double x,
double y,
double offsetX,
double offsetY)
Default constructor.
|
Copyright © 2011–2015 SWM. All rights reserved.