org.gcube.portlets.user.results.client.control
Class FlexTableRowDropController

java.lang.Object
  extended by com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
      extended by com.allen_sauer.gwt.dnd.client.drop.AbstractPositioningDropController
          extended by org.gcube.portlets.user.results.client.control.FlexTableRowDropController
All Implemented Interfaces:
com.allen_sauer.gwt.dnd.client.drop.DropController

public final class FlexTableRowDropController
extends com.allen_sauer.gwt.dnd.client.drop.AbstractPositioningDropController

Allows one or more table rows to be dropped into an existing table.


Constructor Summary
FlexTableRowDropController(Controller controller, com.google.gwt.user.client.ui.FlexTable flexTable)
           
 
Method Summary
 void onDrop(com.allen_sauer.gwt.dnd.client.DragContext context)
           
 void onEnter(com.allen_sauer.gwt.dnd.client.DragContext context)
           
 void onLeave(com.allen_sauer.gwt.dnd.client.DragContext context)
           
 
Methods inherited from class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
getDropTarget, onMove, onPreviewDrop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexTableRowDropController

public FlexTableRowDropController(Controller controller,
                                  com.google.gwt.user.client.ui.FlexTable flexTable)
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

onLeave

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


Copyright © 2013. All Rights Reserved.