studyRegion = new HTML("< Not Set >");
studyRegion.addClickHandler(new ClickHandler() {
@Override
public void onClick(ClickEvent event) {
eventBus.fireEvent(new SwitchModuleEvent(SwitchModuleEvent.REGION, true));
eventBus.fireEvent(new LoadCurrentStudyRegionEvent());
}
});
studyRegion.setStyleName("studyRegionTitle");