org.utgenome.gwt.widget.client.impl
Class TabDropController

java.lang.Object
  extended by com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
      extended by org.utgenome.gwt.widget.client.impl.TabDropController
All Implemented Interfaces:
com.allen_sauer.gwt.dnd.client.drop.DropController

public class TabDropController
extends com.allen_sauer.gwt.dnd.client.drop.AbstractDropController

Tab drop

Author:
leo

Constructor Summary
TabDropController(com.google.gwt.user.client.ui.Widget dropTarget, com.google.gwt.user.client.ui.TabPanel tabPanel, int tabIndex)
           
 
Method Summary
 void onDrop(com.allen_sauer.gwt.dnd.client.DragContext context)
           
 void onEnter(com.allen_sauer.gwt.dnd.client.DragContext context)
           
 
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

TabDropController

public TabDropController(com.google.gwt.user.client.ui.Widget dropTarget,
                         com.google.gwt.user.client.ui.TabPanel tabPanel,
                         int tabIndex)
Method Detail

onDrop

public void onDrop(com.allen_sauer.gwt.dnd.client.DragContext context)
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 context)
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


Copyright © 2007-2012 utgenome.org. All Rights Reserved.