com.allen_sauer.gwt.dnd.client
Interface HasDragHandle

All Known Implementing Classes:
PaletteWidget

public interface HasDragHandle

Convenience interface which reduces DragController.makeDraggable(Widget, Widget) to DragController.makeDraggable(Widget) for implementing classes.


Method Summary
 com.google.gwt.user.client.ui.Widget getDragHandle()
          Method to return drag handle widget.
 

Method Detail

getDragHandle

com.google.gwt.user.client.ui.Widget getDragHandle()
Method to return drag handle widget.

Returns:
the drag handle widget