Uses of Interface
org.uberfire.client.mvp.SplashScreenActivity
-
Packages that use SplashScreenActivity Package Description org.uberfire.client.authz org.uberfire.client.mvp -
-
Uses of SplashScreenActivity in org.uberfire.client.authz
Methods in org.uberfire.client.authz with parameters of type SplashScreenActivity Modifier and Type Method Description ActivityCheckDefaultWorkbenchController. splashScreen(SplashScreenActivity splash)ActivityCheckWorkbenchController. splashScreen(SplashScreenActivity splash)Creates a brand new instance for checking actions overSplashScreenActivityinstances.static ActivityCheckWorkbenchControllerHelper. splashScreen(SplashScreenActivity splash) -
Uses of SplashScreenActivity in org.uberfire.client.mvp
Classes in org.uberfire.client.mvp that implement SplashScreenActivity Modifier and Type Class Description classAbstractSplashScreenActivityImplementation of behaviour common to all splash screen activities.Methods in org.uberfire.client.mvp that return SplashScreenActivity Modifier and Type Method Description SplashScreenActivityActivityManager. getSplashScreenInterceptor(org.uberfire.mvp.PlaceRequest placeRequest)Returns the splash screen activity that should appear upon navigation to the given place, if such a splash screen exists.SplashScreenActivityActivityManagerImpl. getSplashScreenInterceptor(org.uberfire.mvp.PlaceRequest placeRequest)SplashScreenActivityPluginActivityManagerImpl. getSplashScreenInterceptor(org.uberfire.mvp.PlaceRequest placeRequest)Methods in org.uberfire.client.mvp that return types with arguments of type SplashScreenActivity Modifier and Type Method Description Collection<SplashScreenActivity>PlaceManager. getActiveSplashScreens()Collection<SplashScreenActivity>PlaceManagerImpl. getActiveSplashScreens()Collection<SplashScreenActivity>PluginPlaceManagerImpl. getActiveSplashScreens()List<SplashScreenActivity>ActivityBeansCache. getSplashScreens()Returns all active splash screen activities in this cache.
-