/**
  * Resets all the input fields.
  */
 public function resetFilterObject()
 {
     $bookingsTable = new ilRoomSharingBookingsTableGUI($this, 'showBookings', $this->ref_id);
     $bookingsTable->initFilter();
     $bookingsTable->resetFilter();
     $bookingsTable->resetOffset();
     // set the record offset to 0 (first page)
     $this->showBookingsObject();
 }