public function __construct(Trace $trace, DialogParent $parent, DialogData $data, AIS2TableParser $parser = null)
 {
     $components['dataComponents']['predmetyTable_dataView'] = new DataTable("predmetyTable_dataView");
     $components['actionComponents'] = null;
     parent::__construct($trace, $parent, $data, $components);
     $this->parser = $parser !== null ? $parser : new AIS2TableParser();
 }
 public function __construct(Trace $trace, DialogParent $parent, DialogData $data, AIS2TableParser $parser = null)
 {
     $components['dataComponents']['zoznamTerminovTable_dataView'] = new DataTable("zoznamTerminovTable_dataView");
     $components['actionComponents']['enterAction'] = new ActionButton("enterAction");
     parent::__construct($trace, $parent, $data, $components);
     $this->parser = $parser !== null ? $parser : new AIS2TableParser();
 }