Class JSSplashScreenActivity

  • All Implemented Interfaces:
    org.uberfire.client.mvp.Activity, org.uberfire.client.mvp.SplashScreenActivity, org.uberfire.security.authz.RuntimeFeatureResource, org.uberfire.security.authz.RuntimeResource, org.uberfire.security.Resource

    @Alternative
    public class JSSplashScreenActivity
    extends Object
    implements org.uberfire.client.mvp.SplashScreenActivity
    • Constructor Detail

      • JSSplashScreenActivity

        public JSSplashScreenActivity​(JSNativeSplashScreen nativeSplashScreen,
                                      org.uberfire.client.workbench.widgets.splash.SplashView splashView)
    • Method Detail

      • onStartup

        public void onStartup​(org.uberfire.mvp.PlaceRequest place)
        Specified by:
        onStartup in interface org.uberfire.client.mvp.Activity
      • setNativeSplashScreen

        public void setNativeSplashScreen​(JSNativeSplashScreen nativeSplashScreen)
      • getPlace

        public org.uberfire.mvp.PlaceRequest getPlace()
        Specified by:
        getPlace in interface org.uberfire.client.mvp.Activity
      • getIdentifier

        public String getIdentifier()
        Specified by:
        getIdentifier in interface org.uberfire.security.Resource
      • getResourceType

        public org.uberfire.security.ResourceType getResourceType()
        Specified by:
        getResourceType in interface org.uberfire.security.Resource
        Specified by:
        getResourceType in interface org.uberfire.client.mvp.SplashScreenActivity
      • init

        public void init()
      • getTitle

        public String getTitle()
        Specified by:
        getTitle in interface org.uberfire.client.mvp.SplashScreenActivity
      • getWidget

        public com.google.gwt.user.client.ui.IsWidget getWidget()
        Specified by:
        getWidget in interface org.uberfire.client.mvp.SplashScreenActivity
      • getBodyHeight

        public Integer getBodyHeight()
        Specified by:
        getBodyHeight in interface org.uberfire.client.mvp.SplashScreenActivity
      • getFilter

        public org.uberfire.workbench.model.SplashScreenFilter getFilter()
        Specified by:
        getFilter in interface org.uberfire.client.mvp.SplashScreenActivity
      • getTitleDecoration

        public com.google.gwt.user.client.ui.IsWidget getTitleDecoration()
        Specified by:
        getTitleDecoration in interface org.uberfire.client.mvp.SplashScreenActivity
      • onOpen

        public void onOpen()
        Specified by:
        onOpen in interface org.uberfire.client.mvp.Activity
      • closeIfOpen

        public void closeIfOpen()
        Specified by:
        closeIfOpen in interface org.uberfire.client.mvp.SplashScreenActivity
      • forceShow

        public void forceShow()
        Specified by:
        forceShow in interface org.uberfire.client.mvp.SplashScreenActivity
      • onClose

        public void onClose()
        Specified by:
        onClose in interface org.uberfire.client.mvp.Activity
      • onShutdown

        public void onShutdown()
        Specified by:
        onShutdown in interface org.uberfire.client.mvp.Activity
      • intercept

        public Boolean intercept​(org.uberfire.mvp.PlaceRequest intercepted)
        Specified by:
        intercept in interface org.uberfire.client.mvp.SplashScreenActivity
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface org.uberfire.client.mvp.SplashScreenActivity