Class FileExplorerSplashScreenActivity

  • 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

    @ApplicationScoped
    @Generated("org.uberfire.annotations.processors.WorkbenchSplashScreenProcessor")
    @Named("fileExplorer.splash")
    public class FileExplorerSplashScreenActivity
    extends org.uberfire.client.mvp.AbstractSplashScreenActivity
    • Field Summary

      • Fields inherited from class org.uberfire.client.mvp.AbstractActivity

        open, place, placeManager
    • Constructor Summary

      Constructors 
      Constructor Description
      FileExplorerSplashScreenActivity​(org.uberfire.client.mvp.PlaceManager placeManager, org.uberfire.client.workbench.widgets.splash.SplashView view)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Integer getBodyHeight()  
      org.uberfire.workbench.model.SplashScreenFilter getFilter()  
      String getIdentifier()  
      String getTitle()  
      com.google.gwt.user.client.ui.IsWidget getWidget()  
      boolean isEnabled()  
      • Methods inherited from class org.uberfire.client.mvp.AbstractSplashScreenActivity

        closeIfOpen, forceShow, getTitleDecoration, intercept, onClose, onOpen, onStartup
      • Methods inherited from class org.uberfire.client.mvp.AbstractActivity

        getPlace, onShutdown, toString
      • Methods inherited from interface org.uberfire.client.mvp.Activity

        getName, getPlace, isDefault, isDynamic, onShutdown
      • Methods inherited from interface org.uberfire.security.Resource

        getDependencies, isType
      • Methods inherited from interface org.uberfire.client.mvp.SplashScreenActivity

        getResourceType
    • Constructor Detail

      • FileExplorerSplashScreenActivity

        @Inject
        public FileExplorerSplashScreenActivity​(org.uberfire.client.mvp.PlaceManager placeManager,
                                                org.uberfire.client.workbench.widgets.splash.SplashView view)
    • Method Detail

      • getTitle

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

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

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

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

        public boolean isEnabled()
      • getIdentifier

        public String getIdentifier()