/**
  * {@inheritDoc}
  * 
  * Asigns a default value for order column if not set and displaces elements 
  * of the group in order to make place for the current element.
  */
 public function afterDelete($event)
 {
     parent::afterDelete($event);
     $this->oldValue = $this->getColValue();
     $this->moveDown();
 }