*/
public void onDragRepositionStart(DragRepositionStartEvent event){
Position.cancel();
}
});
addDragRepositionMoveHandler(new DragRepositionMoveHandler(){
/* (non-Javadoc)
* @see com.smartgwt.client.widgets.events.DragRepositionMoveHandler#onDragRepositionMove(com.smartgwt.client.widgets.events.DragRepositionMoveEvent)
*/
public void onDragRepositionMove(DragRepositionMoveEvent event) {
Connection.update(entity.LOCAL_CONNECTIONS.values());