Package org.uberfire.client.splash
Class JSNativeSplashScreen
- java.lang.Object
-
- org.uberfire.client.plugin.JSNativePlugin
-
- org.uberfire.client.splash.JSNativeSplashScreen
-
@Dependent public class JSNativeSplashScreen extends JSNativePlugin
-
-
Field Summary
-
Fields inherited from class org.uberfire.client.plugin.JSNativePlugin
element, obj, runtimePluginsService
-
-
Constructor Summary
Constructors Constructor Description JSNativeSplashScreen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildElement()org.uberfire.workbench.model.SplashScreenFilterbuildFilter()IntegergetBodyHeight()org.uberfire.client.workbench.WorkbenchServicesProxygetWbServices()booleanisEnabled()-
Methods inherited from class org.uberfire.client.plugin.JSNativePlugin
build, getContextId, getElement, getId, getPriority, getTitle, getType, hasArrayProperty, hasBooleanProperty, hasIntProperty, hasMethod, hasStringProperty, hasTemplate, onClose, onFocus, onLostFocus, onMayClose, onOpen, onOpen, onShutdown, onStartup, onStartup
-
-
-
-
Method Detail
-
getWbServices
public org.uberfire.client.workbench.WorkbenchServicesProxy getWbServices()
-
buildElement
protected void buildElement()
- Overrides:
buildElementin classJSNativePlugin
-
getBodyHeight
public Integer getBodyHeight()
-
buildFilter
public org.uberfire.workbench.model.SplashScreenFilter buildFilter()
-
isEnabled
public boolean isEnabled()
-
-