initWidget(uiBinder.createAndBindUi(this));
title.setText(LivingStoryData.getLivingStoryTitle());
updateCount.load(LivingStoryData.getLivingStoryId(), LivingStoryData.getLastVisitDate());
summary.add(new ContentRenderer(LivingStoryData.getSummary(), true, true));
recentEvents.load();
livingStoryService.getThemeInfoForLivingStory(LivingStoryData.getLivingStoryId(),
new AsyncCallback<Map<Long, ContentItemTypesBundle>>() {