/**
  * {@inheritdoc}
  */
 public function refresh()
 {
     $this->expandablePosList = array();
     $this->maxY = 0;
     parent::refresh();
 }