org.eclipse.higgins.ics.gwt.icm.client.panel.category.dnd
Class TableUtils

java.lang.Object
  extended byorg.eclipse.higgins.ics.gwt.icm.client.panel.category.dnd.TableUtils

public class TableUtils
extends Object


Constructor Summary
TableUtils()
           
 
Method Summary
static void copyRow(com.google.gwt.user.client.ui.FlexTable sourceTable, com.google.gwt.user.client.ui.FlexTable targetTable, int sourceRow, int targetRow)
           
static void moveRow(com.google.gwt.user.client.ui.FlexTable sourceTable, com.google.gwt.user.client.ui.FlexTable targetTable, int sourceRow, int targetRow)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableUtils

public TableUtils()
Method Detail

copyRow

public static void copyRow(com.google.gwt.user.client.ui.FlexTable sourceTable,
                           com.google.gwt.user.client.ui.FlexTable targetTable,
                           int sourceRow,
                           int targetRow)

moveRow

public static void moveRow(com.google.gwt.user.client.ui.FlexTable sourceTable,
                           com.google.gwt.user.client.ui.FlexTable targetTable,
                           int sourceRow,
                           int targetRow)