Lines Matching refs:rawvalue
21 protected $rawvalue;
70 return $this->rawvalue;
118 $this->rawvalue = [];
131 $this->rawvalue[] = $raw;
144 $this->rawvalue = (string)array_shift($this->rawvalue);
157 return ($this->rawvalue === '' || $this->rawvalue === []);
208 return $this->column->getType()->multiValueEditor($name, $this->rawvalue, $id);
210 return $this->column->getType()->valueEditor($name, $this->rawvalue, $id);