@Bundle(value="resources/i18n/ShowcaseConstants.properties") public class ShowcaseEntryPoint extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
ShowcaseEntryPoint.LogoutCommand |
Modifier and Type | Field and Description |
---|---|
protected org.jboss.errai.common.client.api.Caller<org.jboss.errai.security.shared.service.AuthenticationService> |
authService |
protected org.uberfire.client.views.pfly.widgets.ErrorPopup |
errorPopup |
protected org.uberfire.client.workbench.widgets.menu.megamenu.WorkbenchMegaMenuPresenter |
menuBar |
protected org.jboss.errai.ui.client.local.spi.TranslationService |
translationService |
protected org.uberfire.client.views.pfly.menu.UserMenu |
userMenu |
Constructor and Description |
---|
ShowcaseEntryPoint() |
Modifier and Type | Method and Description |
---|---|
void |
addUserMenus() |
void |
handleUncaughtException(Throwable t) |
void |
hideLoadingPopup() |
static void |
redirect(String url) |
void |
setupMenu(org.uberfire.client.workbench.events.ApplicationReadyEvent event) |
void |
startDefaultWorkbench() |
@Inject protected org.uberfire.client.workbench.widgets.menu.megamenu.WorkbenchMegaMenuPresenter menuBar
@Inject protected org.uberfire.client.views.pfly.menu.UserMenu userMenu
@Inject protected org.jboss.errai.ui.client.local.spi.TranslationService translationService
@Inject protected org.jboss.errai.common.client.api.Caller<org.jboss.errai.security.shared.service.AuthenticationService> authService
@Inject protected org.uberfire.client.views.pfly.widgets.ErrorPopup errorPopup
public static void redirect(String url)
public void startDefaultWorkbench()
public void setupMenu(@Observes org.uberfire.client.workbench.events.ApplicationReadyEvent event)
public void addUserMenus()
public void hideLoadingPopup()
public void handleUncaughtException(Throwable t)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.