Class LazyLoadingScreen
- java.lang.Object
-
- org.uberfire.jsbridge.client.loading.LazyLoadingScreen
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement
@Templated("lazy-loading.html") public class LazyLoadingScreen extends Object implements org.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIER
-
Constructor Summary
Constructors Constructor Description LazyLoadingScreen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.workbench.model.menu.MenusgetMenu()StringgetTitle()com.google.gwt.user.client.ui.IsWidgetgetTitleDecoration()org.jboss.errai.common.client.api.elemental2.IsElementgetView()voidinit()
-
-
-
Field Detail
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getTitle
public String getTitle()
-
getTitleDecoration
public com.google.gwt.user.client.ui.IsWidget getTitleDecoration()
-
getView
public org.jboss.errai.common.client.api.elemental2.IsElement getView()
-
getMenu
public org.uberfire.workbench.model.menu.Menus getMenu()
-
-