Package org.dashbuilder.client.screens
Class EmptyScreen
- java.lang.Object
-
- org.dashbuilder.client.screens.EmptyScreen
-
@ApplicationScoped public class EmptyScreen extends Object
Screen displayed when there's no dashboards available.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEmptyScreen.View
-
Constructor Summary
Constructors Constructor Description EmptyScreen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EmptyScreen.ViewgetPart()voidinit()voidonModelUpdated(UpdatedRuntimeModelEvent event)Stringtitle()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
@PostConstruct public void init()
-
title
public String title()
-
getPart
protected EmptyScreen.View getPart()
-
onModelUpdated
public void onModelUpdated(@Observes UpdatedRuntimeModelEvent event)
-
-