Package org.jbpm.workbench.cm.client
Class ShowcaseEntryPoint
- java.lang.Object
-
- org.jbpm.workbench.cm.client.ShowcaseEntryPoint
-
@Bundle("resources/i18n/ShowcaseConstants.properties") public class ShowcaseEntryPoint extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classShowcaseEntryPoint.LogoutCommand
-
Field Summary
Fields Modifier and Type Field Description protected org.jboss.errai.common.client.api.Caller<org.jboss.errai.security.shared.service.AuthenticationService>authServiceprotected org.uberfire.client.views.pfly.widgets.ErrorPopuperrorPopupprotected org.uberfire.client.workbench.widgets.menu.megamenu.WorkbenchMegaMenuPresentermenuBarprotected org.jboss.errai.ui.client.local.spi.TranslationServicetranslationServiceprotected org.uberfire.client.views.pfly.menu.UserMenuuserMenu
-
Constructor Summary
Constructors Constructor Description ShowcaseEntryPoint()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddUserMenus()voidhandleUncaughtException(Throwable t)voidhideLoadingPopup()static voidredirect(String url)voidsetupMenu(org.uberfire.client.workbench.events.ApplicationReadyEvent event)voidstartDefaultWorkbench()
-
-
-
Field Detail
-
menuBar
@Inject protected org.uberfire.client.workbench.widgets.menu.megamenu.WorkbenchMegaMenuPresenter menuBar
-
userMenu
@Inject protected org.uberfire.client.views.pfly.menu.UserMenu userMenu
-
translationService
@Inject protected org.jboss.errai.ui.client.local.spi.TranslationService translationService
-
authService
@Inject protected org.jboss.errai.common.client.api.Caller<org.jboss.errai.security.shared.service.AuthenticationService> authService
-
errorPopup
@Inject protected org.uberfire.client.views.pfly.widgets.ErrorPopup errorPopup
-
-
Method Detail
-
redirect
public static void redirect(String url)
-
startDefaultWorkbench
public void startDefaultWorkbench()
-
setupMenu
public void setupMenu(@Observes org.uberfire.client.workbench.events.ApplicationReadyEvent event)
-
addUserMenus
public void addUserMenus()
-
hideLoadingPopup
public void hideLoadingPopup()
-
handleUncaughtException
public void handleUncaughtException(Throwable t)
-
-