public function getChildren()
 {
     $ret = parent::getChildren();
     $ret[] = $this->getFilteredCombo();
     return $ret;
 }