public class MoveCapability extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MoveCapability.DragMoveAction
The logic needed to move a widget when user drags it
|
static interface |
MoveCapability.Movable<K extends com.google.gwt.user.client.ui.IsWidget & com.google.gwt.event.dom.client.HasAllMouseHandlers>
The contract to implement a widget which can be moved along the screen
|
| Constructor and Description |
|---|
MoveCapability() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addMoveCapability(MoveCapability.Movable<?> movable)
Makes a widget able to me moved by dragging it.
|
public static void addMoveCapability(MoveCapability.Movable<?> movable)
movable - Copyright © 2014. All rights reserved.