response = $response; } protected function _onCLick( \GtkButton $entity ): void { $this->response->send(); } public function refresh(): void { $this->gtk->set_sensitive( !empty($this->response->query->getValue()) ); } }