this.context = EntityContext.forGroup(groupComposite.getResourceGroup());
setDataSource(new GroupMetricsTableDataSource(groupComposite));
//disable fields used when is full screen
setShowFooterRefresh(false);
setTitle(MSG.common_title_numeric_metrics());
buttonBarDateTimeRangeEditor = new ButtonBarDateTimeRangeEditor(this);
startRefreshCycle();
}