Package org.uberfire.client.menu
Interface SplashScreenMenuPresenter.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<SplashScreenMenuPresenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<SplashScreenMenuPresenter>
- Enclosing class:
- SplashScreenMenuPresenter
public static interface SplashScreenMenuPresenter.View extends org.uberfire.client.mvp.UberView<SplashScreenMenuPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetSplashScreenList(List<SplashScreenMenuPresenter.SplashScreenListEntry> splashScreens)Replaces the current list of splash screens with the given list.
-
-
-
Method Detail
-
setSplashScreenList
void setSplashScreenList(List<SplashScreenMenuPresenter.SplashScreenListEntry> splashScreens)
Replaces the current list of splash screens with the given list.
-
-