*/
public void onDragRepositionMove(DragRepositionMoveEvent event) {
Connection.update(entity.LOCAL_CONNECTIONS.values());
}
});
addDragRepositionStopHandler(new DragRepositionStopHandler(){
/* (non-Javadoc)
* @see com.smartgwt.client.widgets.events.DragRepositionStopHandler#onDragRepositionStop(com.smartgwt.client.widgets.events.DragRepositionStopEvent)
*/
public void onDragRepositionStop(DragRepositionStopEvent event) {
entity.POSITION.COORD.LEFT = getLeft();