@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.jboss.errai.security.shared.api.identity.User |
identity |
protected org.uberfire.client.mvp.PlaceManager |
placeManager |
protected org.jboss.errai.ui.client.local.spi.TranslationService |
translationService |
protected org.uberfire.client.views.pfly.menu.UserMenu |
userMenu |
protected org.uberfire.client.workbench.widgets.menu.UtilityMenuBar |
utilityMenuBar |
| Constructor and Description |
|---|
ShowcaseEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRolesMenuItems() |
List<org.uberfire.workbench.model.menu.Menus> |
getRoles() |
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.UtilityMenuBar utilityMenuBar
@Inject protected org.uberfire.client.views.pfly.menu.UserMenu userMenu
@Inject protected org.uberfire.client.mvp.PlaceManager placeManager
@Inject protected org.jboss.errai.security.shared.api.identity.User identity
@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 addRolesMenuItems()
public List<org.uberfire.workbench.model.menu.Menus> getRoles()
public void hideLoadingPopup()
public void handleUncaughtException(Throwable t)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.