configureDataLink, configureFiltersLink, projectTestcasesLink, projectBugsLink,
projectCheckinsLink, knownRisksLink);
// If the project has no elements associated with stage n, disable all links to stages after n.
eventBus.addHandler(ProjectHasNoElementsEvent.getType(),
new ProjectHasNoElementsHandler() {
@Override
public void onProjectHasNoElements(ProjectHasNoElementsEvent event) {
// Disable capabilities link if we don't have both attributes and components.
if (event.projectHasNoAttributes() || event.projectHasNoComponents()) {
capabilitiesLink.disable();