/**
  * Class Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelCreated = FALSE;
     $this->defaultClick = TRUE;
     $this->popover = FALSE;
     $this->groupColumn = NULL;
     $this->groupContent = NULL;
     $this->groupMask = NULL;
     $this->actions = array();
     $this->action_groups = array();
     $this->{'class'} = 'tdatagrid_table';
     $this->{'id'} = 'tdatagrid_table';
 }