private Widget createLivingStorySelector() {
// Our livingStorySelector extends the superclass slightly, in that when the list
// of living stories is successfully loaded up, this triggers the list boxes
// to load the content items and retrieve the themes for the now-selected living story.
livingStorySelector = new CoordinatedLivingStorySelector(livingStoryService, true) {
@Override
public void onSuccessNextStep() {
super.onSuccessNextStep();
if (hasSelection()) {
LivingStoryData.setLivingStoryId(getSelectedLivingStoryId());