* @param configModel
*/
public TimebaseListController(IConfig<?> config) {
this.timebaseController = new TimebaseController(null);
this.timebaseListView = new TimebaseListView(this, this.timebaseController.getView());
this.config = null;
this.setConfig(config);