org.jboss.errai.workspaces.client.widgets.dnd
Class TabDropController
java.lang.Object
com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
org.jboss.errai.workspaces.client.widgets.dnd.TabDropController
- All Implemented Interfaces:
- com.allen_sauer.gwt.dnd.client.drop.DropController
public class TabDropController
- extends com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
|
Method Summary |
void |
onDrop(com.allen_sauer.gwt.dnd.client.DragContext dragContext)
|
void |
onEnter(com.allen_sauer.gwt.dnd.client.DragContext dragContext)
|
void |
onLeave(com.allen_sauer.gwt.dnd.client.DragContext dragContext)
|
void |
onMove(com.allen_sauer.gwt.dnd.client.DragContext dragContext)
|
void |
onPreviewDrop(com.allen_sauer.gwt.dnd.client.DragContext dragContext)
|
| Methods inherited from class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController |
getDropTarget |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabDropController
public TabDropController(WSTabPanel widget,
WSTab targetTab)
onDrop
public void onDrop(com.allen_sauer.gwt.dnd.client.DragContext dragContext)
- Specified by:
onDrop in interface com.allen_sauer.gwt.dnd.client.drop.DropController- Overrides:
onDrop in class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
onEnter
public void onEnter(com.allen_sauer.gwt.dnd.client.DragContext dragContext)
- Specified by:
onEnter in interface com.allen_sauer.gwt.dnd.client.drop.DropController- Overrides:
onEnter in class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
onLeave
public void onLeave(com.allen_sauer.gwt.dnd.client.DragContext dragContext)
- Specified by:
onLeave in interface com.allen_sauer.gwt.dnd.client.drop.DropController- Overrides:
onLeave in class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
onMove
public void onMove(com.allen_sauer.gwt.dnd.client.DragContext dragContext)
- Specified by:
onMove in interface com.allen_sauer.gwt.dnd.client.drop.DropController- Overrides:
onMove in class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
onPreviewDrop
public void onPreviewDrop(com.allen_sauer.gwt.dnd.client.DragContext dragContext)
throws com.allen_sauer.gwt.dnd.client.VetoDragException
- Specified by:
onPreviewDrop in interface com.allen_sauer.gwt.dnd.client.drop.DropController- Overrides:
onPreviewDrop in class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
- Throws:
com.allen_sauer.gwt.dnd.client.VetoDragException
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.