Class FileExplorerSplashScreenActivity
- java.lang.Object
-
- org.uberfire.client.mvp.AbstractActivity
-
- org.uberfire.client.mvp.AbstractSplashScreenActivity
-
- org.uberfire.client.screens.splash.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
-
-
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 IntegergetBodyHeight()org.uberfire.workbench.model.SplashScreenFiltergetFilter()StringgetIdentifier()StringgetTitle()com.google.gwt.user.client.ui.IsWidgetgetWidget()booleanisEnabled()-
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceorg.uberfire.client.mvp.SplashScreenActivity- Specified by:
getTitlein classorg.uberfire.client.mvp.AbstractSplashScreenActivity
-
getWidget
public com.google.gwt.user.client.ui.IsWidget getWidget()
- Specified by:
getWidgetin interfaceorg.uberfire.client.mvp.SplashScreenActivity- Specified by:
getWidgetin classorg.uberfire.client.mvp.AbstractSplashScreenActivity
-
getBodyHeight
public Integer getBodyHeight()
- Specified by:
getBodyHeightin interfaceorg.uberfire.client.mvp.SplashScreenActivity- Overrides:
getBodyHeightin classorg.uberfire.client.mvp.AbstractSplashScreenActivity
-
getFilter
public org.uberfire.workbench.model.SplashScreenFilter getFilter()
- Specified by:
getFilterin interfaceorg.uberfire.client.mvp.SplashScreenActivity- Specified by:
getFilterin classorg.uberfire.client.mvp.AbstractSplashScreenActivity
-
isEnabled
public boolean isEnabled()
-
getIdentifier
public String getIdentifier()
-
-