public class DraggableFactory
extends java.lang.Object
Constructor and Description |
---|
DraggableFactory() |
Modifier and Type | Method and Description |
---|---|
static com.google.gwt.user.client.ui.Widget |
createDraggablePumpkinImage(DragController dragController)
Create a new draggable pumpkin image.
|
static com.google.gwt.user.client.ui.Widget |
createDraggableRedBox(DragController dragController)
Create a new draggable red box widget.
|
public static com.google.gwt.user.client.ui.Widget createDraggablePumpkinImage(DragController dragController)
dragController
- the drag controllerpublic static com.google.gwt.user.client.ui.Widget createDraggableRedBox(DragController dragController)
dragController
- the drag controller