public class TabSelectingDropController extends AbstractDropController
| Constructor and Description |
|---|
TabSelectingDropController(com.google.gwt.user.client.ui.Widget tabWidgetDropTarget,
com.google.gwt.user.client.ui.TabPanel tabPanel,
int tabIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
onDrop(DragContext context)
Called when the draggable widget or its proxy is dropped on our drop target.
|
void |
onEnter(DragContext context)
Called when the draggable widget or its proxy engages our drop target.
|
getDropTarget, onLeave, onMove, onPreviewDroppublic TabSelectingDropController(com.google.gwt.user.client.ui.Widget tabWidgetDropTarget,
com.google.gwt.user.client.ui.TabPanel tabPanel,
int tabIndex)
public void onDrop(DragContext context)
DropControlleronDrop in interface DropControlleronDrop in class AbstractDropControllercontext - the current drag contextDropController.onPreviewDrop(DragContext)public void onEnter(DragContext context)
DropControlleronEnter in interface DropControlleronEnter in class AbstractDropControllercontext - the current drag contextDropController.onLeave(DragContext)