Class ShowcaseEntryPoint


  • @Bundle("resources/i18n/ShowcaseConstants.properties")
    public class ShowcaseEntryPoint
    extends Object
    • 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
    • Constructor Detail

      • ShowcaseEntryPoint

        public ShowcaseEntryPoint()
    • 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)