Package org.uberfire.client
Class ShowcaseEntryPoint
- java.lang.Object
-
- org.uberfire.client.ShowcaseEntryPoint
-
@Bundle("resources/i18n/Constants.properties") public class ShowcaseEntryPoint extends ObjectGWT's Entry-point for Uberfire-showcase
-
-
Constructor Summary
Constructors Constructor Description ShowcaseEntryPoint()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.client.views.pfly.menu.MainBrandcreateBrandLogo()static List<org.uberfire.workbench.model.menu.MenuItem>getScreens()voidonActivityLazyLoaded(org.uberfire.jsbridge.client.loading.ActivityLazyLoaded event)voidstartApp()
-
-
-
Method Detail
-
getScreens
public static List<org.uberfire.workbench.model.menu.MenuItem> getScreens()
-
startApp
@PostConstruct public void startApp()
-
createBrandLogo
@Produces @ApplicationScoped public org.uberfire.client.views.pfly.menu.MainBrand createBrandLogo()
-
onActivityLazyLoaded
public void onActivityLazyLoaded(@Observes org.uberfire.jsbridge.client.loading.ActivityLazyLoaded event)
-
-