org.eclipse.higgins.ics.gwt.icm.client.panel.category.dnd
Class TableUtils
java.lang.Object
org.eclipse.higgins.ics.gwt.icm.client.panel.category.dnd.TableUtils
- public class TableUtils
- extends Object
|
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)
|
TableUtils
public TableUtils()
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)