/**
  * @inheritdoc
  */
 public function replaceField($fieldName, $newField)
 {
     return $this->tab->replaceField($fieldName, $newField);
 }