Tab notificationsTab = new NamedTab(new ViewName("notifications", MSG.view_alert_common_tab_notifications()));
notificationsTab.setPane(getNotificationsForAlert(record));
tabset.addTab(generalTab);
tabset.addTab(conditionsTab);
tabset.addTab(notificationsTab);
return tabset;
}
private DynamicForm getDetailsTableForAlert(ListGridRecord record) {