@ApplicationScoped public class AboutPopupConfigImpl extends Object implements org.kie.workbench.common.widgets.client.popups.about.AboutPopupConfig
Constructor and Description |
---|
AboutPopupConfigImpl(org.kie.workbench.common.profile.api.preferences.ProfilePreferences profilePreferences,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
Modifier and Type | Method and Description |
---|---|
String |
backgroundImageUrl() |
void |
init() |
String |
productImageUrl() |
String |
productLicense() |
String |
productName() |
String |
productVersion() |
void |
refreshMenuOnProfilesChange(org.uberfire.preferences.shared.event.PreferenceUpdatedEvent event) |
@Inject public AboutPopupConfigImpl(org.kie.workbench.common.profile.api.preferences.ProfilePreferences profilePreferences, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
@PostConstruct public void init()
public String productName()
productName
in interface org.kie.workbench.common.widgets.client.popups.about.AboutPopupConfig
public String productVersion()
productVersion
in interface org.kie.workbench.common.widgets.client.popups.about.AboutPopupConfig
public String productLicense()
productLicense
in interface org.kie.workbench.common.widgets.client.popups.about.AboutPopupConfig
public String productImageUrl()
productImageUrl
in interface org.kie.workbench.common.widgets.client.popups.about.AboutPopupConfig
public String backgroundImageUrl()
backgroundImageUrl
in interface org.kie.workbench.common.widgets.client.popups.about.AboutPopupConfig
public void refreshMenuOnProfilesChange(@Observes org.uberfire.preferences.shared.event.PreferenceUpdatedEvent event)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.