Package org.uberfire.client.menu
Class SplashScreenMenuPresenter
- java.lang.Object
-
- org.uberfire.client.menu.SplashScreenMenuPresenter
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
@ApplicationScoped public class SplashScreenMenuPresenter extends Object implements com.google.gwt.user.client.ui.IsWidget
A drop-down style widget that contains an up-to-date list of the available splash screens. Each currently-displayed part, plus the current perspective itself, may have a splash screen associated with it. Splash screens show up in this widget's drop-down list even if they are not currently visible. The only requirement is that the part they are associated with is currently in the workbench.When the user clicks on one of the items in the drop down list, the corresponding splash screen will be displayed via its
SplashScreenActivity.forceShow()method.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSplashScreenMenuPresenter.SplashScreenListEntrystatic interfaceSplashScreenMenuPresenter.View
-
Constructor Summary
Constructors Modifier Constructor Description protectedSplashScreenMenuPresenter()SplashScreenMenuPresenter(PlaceManager placeManager, SplashScreenMenuPresenter.View view)
-
-
-
Constructor Detail
-
SplashScreenMenuPresenter
protected SplashScreenMenuPresenter()
-
SplashScreenMenuPresenter
@Inject public SplashScreenMenuPresenter(PlaceManager placeManager, SplashScreenMenuPresenter.View view)
-
-