content.add(documentListView.asWidget());
content.add(translationView.asWidget());
content.add(searchResultsView.asWidget());
notificationDetailsBox =
new NotificationDetailsBox(messages, keyShortcutPresenter);
notifications.ensureDebugId("notifications");
Window.enableScrolling(false);
}