com.allen_sauer.gwt.dnd.client
Interface HasDragHandle


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


Copyright © 2011 Sage Software, Inc. All rights reserved.