140141142143144145146147
dragFromGridColumnPosition)); } protected void fireMoveEndCommand(NatTable natTable, int dragToGridColumnPosition) { natTable.doCommand(new ColumnReorderEndCommand(natTable, dragToGridColumnPosition)); }