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, onPreviewDrop
public TabSelectingDropController(com.google.gwt.user.client.ui.Widget tabWidgetDropTarget, com.google.gwt.user.client.ui.TabPanel tabPanel, int tabIndex)
public void onDrop(DragContext context)
DropController
onDrop
in interface DropController
onDrop
in class AbstractDropController
context
- the current drag contextDropController.onPreviewDrop(DragContext)
public void onEnter(DragContext context)
DropController
onEnter
in interface DropController
onEnter
in class AbstractDropController
context
- the current drag contextDropController.onLeave(DragContext)