/**
  * @return array
  */
 public function getParams()
 {
     return parent::getParams() + ['columns' => $this->getColumns()];
 }
 /**
  * @return array
  */
 public function getParams()
 {
     return parent::getParams() + ['id' => $this->getName(), 'name' => $this->getName(), 'label' => $this->getLabel(), 'readonly' => $this->isReadonly(), 'value' => $this->getValue(), 'helpText' => $this->getHelpText()];
 }