146147148149150151152
selectionLayer.doCommand(new MultiColumnReorderCommand( selectionLayer, selectedPositions, selectedPositions.get(0) .intValue())); selectionLayer.clear(); } catch (Throwable t) {} contextLayer.fireLayerEvent(new GroupColumnsEvent(contextLayer)); }