/**
  * Set the form entry.
  *
  * @param $entry
  * @return $this
  */
 public function setFormEntry($entry)
 {
     $this->form->setEntry($entry);
     return $this;
 }