List of usage examples for com.google.gwt.user.cellview.client AbstractCellTable getColumnIndex
public int getColumnIndex(Column<T, ?> column)
From source file:com.bearsoft.gwt.ui.widgets.grid.DraggedColumn.java
public DraggedColumn(Column<T, ?> aColumn, Header<?> aHeader, AbstractCellTable<T> aTable, Element aCellElement, Element aTargetElement) { this(aColumn, aHeader, aTable != null ? aTable.getColumnIndex(aColumn) : -1, aTable, aCellElement, aTargetElement);/*from w w w . j a v a 2s.c om*/ }