org.cruxframework.crux.widgets.client.util.draganddrop
Interface GenericDragEventHandler.Draggable<K extends com.google.gwt.user.client.ui.IsWidget & com.google.gwt.event.dom.client.HasAllMouseHandlers>

All Known Subinterfaces:
MoveCapability.Movable<K>, ResizeCapability.Resizable<K>
All Known Implementing Classes:
AbstractDialogBox, DialogBox, FlatMessageBox, ProgressBox
Enclosing class:
GenericDragEventHandler

public static interface GenericDragEventHandler.Draggable<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 resized

Author:
Gesse Dafe

Method Summary
 K getHandle(GenericDragEventHandler.DragAndDropFeature feature)
           
 

Method Detail

getHandle

K getHandle(GenericDragEventHandler.DragAndDropFeature feature)


Copyright © 2014. All rights reserved.