|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.allen_sauer.gwt.dnd.client.drop.AbstractDropController
com.allen_sauer.gwt.dnd.demo.client.example.resetcache.TabSelectingDropController
public class TabSelectingDropController
| Constructor Summary | |
|---|---|
TabSelectingDropController(com.google.gwt.user.client.ui.Widget tabWidgetDropTarget,
com.google.gwt.user.client.ui.TabPanel tabPanel,
int tabIndex)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController |
|---|
getDropTarget, onLeave, onMove, onPreviewDrop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TabSelectingDropController(com.google.gwt.user.client.ui.Widget tabWidgetDropTarget,
com.google.gwt.user.client.ui.TabPanel tabPanel,
int tabIndex)
| Method Detail |
|---|
public void onDrop(DragContext context)
DropController
onDrop in interface DropControlleronDrop in class AbstractDropControllercontext - the current drag contextDropController.onPreviewDrop(DragContext)public void onEnter(DragContext context)
DropController
onEnter in interface DropControlleronEnter in class AbstractDropControllercontext - the current drag contextDropController.onLeave(DragContext)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||