96979899100101102
selectedThemeId = themeId; if (isVisible()) { Integer themeRow = themeIdToThemeRowMap.get(themeId); contentPanel.selectItem(themeRow); } EventBus.INSTANCE.fireEvent(new ThemeSelectedEvent(themeId)); }