public function __construct($element = NULL)
 {
     parent::__construct($element);
     $this->_template = "%element%%collapse%";
     $this->element->setProperty("data-toogle", "collapse");
     $this->element->setProperty("aria-expanded", "false");
 }
 public function __construct($element)
 {
     parent::__construct($element);
     $this->element->setProperty("class", "list-group-item");
 }