public function getJson()
 {
     parent::call('sjxSuggest.processResponse', array($this->_response));
     return parent::getJson();
 }
 /**
  * Resets the form to its state at the time the page was initially loaded.
  */
 public function resetForm()
 {
     return parent::call('sjxUpload.resetForm', array($this->getFormId()));
 }